当前位置: 首页 > news >正文

科学计算复习

Scientific Computing Review Outline

Author: Hu Si
Date: 2025-11-16

Floating-Point Number System

Example Problem 1.3
Let ( x_f ) and ( y_f ) be adjacent floating-point numbers (positive normal floats).
What is the minimum/maximum possible distance between them?

Solving A Nonlinear Equation

Key Methods: Newton's Method, Secant Method, Bisection Method
Order of Convergence

Example Problem 2.24
Solve ( f(x) = x^3 - 3x - 1 = 0 )

  1. Newton's Method ((x_0=2)):
    • ( x_1 = x_0 - \frac{f(x_0)}{f'(x_0)} )
    • ( x_2 = \text{calculate similarly} )
  2. Secant Method ((x_0=2, x_1=1.9)):
    • ( x_2 = x_1 - f(x_1)\frac{x_1 - x_0}{f(x_1) - f(x_0)} )

Matrix Equations

Key Factorizations: Doolittle, Crout, Cholesky

Example Problem 3.5
Matrix ( A = \begin{pmatrix} 3 & -1 & -1 \ -1 & 3 & -2 \ -1 & -2 & 5 \end{pmatrix} )

  1. Compute ( |A|1 ), ( A^{-1} ), ( \kappa\infty(A) )
  2. Find Doolittle/Crout factorizations
  3. Solve ( A\mathbf{x} = \mathbf{b} ) with ( \mathbf{b} = (-1,1,-4)^T )
  4. Cholesky factorization

Eigenvalue Problems

Key Methods: Power Method, QR Factorization, SVD

Example Problem 4.3
Symmetric matrix ( A = \begin{pmatrix} 11 & 7 & -4 \ 7 & 11 & 4 \ -4 & 4 & -10 \end{pmatrix} )
Eigenvectors: ( \mathbf{x}_1=(1,1,0)^T ), ( \mathbf{x}_2=(1,0,2)^T ), ( \mathbf{x}_3=(0,-2,1)^T )

  1. Find corresponding eigenvalues
  2. Power Method convergence with ( \mathbf{y}_0=(1,1,1)^T )
  3. QR Method iteration (( C_0=A ))
  4. Convergence target of ( C_k ) matrices

SVD Example
Matrix ( A = \begin{pmatrix} 1 & 2 \ 0 & 1 \ 1 & 0 \end{pmatrix} )

  1. Compute SVD
  2. SVD of ( -3A )
  3. Compute ( |A|_2 )

Interpolation

Key Methods: Lagrange, Cubic Spline, Chebyshev

Example Problem 5.1
Data: ( (0,0), (1,1), (2,3) )

  1. Global interpolation polynomial (avoid undetermined coefficients)
  2. Natural cubic spline

Chebyshev Interpolation
Quadratic polynomial for ( f(x)=e^x ) on ([-1,1]) with error bound

Numerical Integration

Key Methods: Midpoint, Trapezoid, Simpson, Hermite

Example Problem 6.2
Integral ( I = \int_{-1}^{1} e^{-2x} dx )

  1. Composite Trapezoidal (4 intervals): value & error
  2. Composite Simpson (4 intervals): value & error
  3. Composite Hermite (4 intervals): value & error
  4. Trapezoidal step size for error < ( 10^{-6} )
  5. Simpson step size for error < ( 10^{-6} )

Numerical Differentiation
Truncation error of:
[
f'(x_0) \approx \frac{1}{2h}[4f(x_0+h) - 3f(x_0) - f(x_0+2h)]
]

Initial Value Problems

Key Methods: Euler, Backward Euler, Classic Runge-Kutta

http://www.gsyq.cn/news/51365.html

相关文章:

  • 2025年11月石笼网厂家最新推荐,聚焦资质、案例、售后的五家企业深度解读!
  • windows安装mingw
  • filebeat + logstash接入OpenStack日志
  • 11 月 13 日
  • Lombok踩了无数次的坑
  • 11 月 11 日
  • 2025年烘干机厂家排行榜前十强推荐:行业精选与选择指南
  • [论文笔记] Lifting On-Demand Analysis to Higher-Order Languages
  • 全国性搬家公司推荐榜:从运费优势、专业度、靠谱口碑、费用便宜划算等综合实力排名
  • Invicti v25.11 发布,新增功能简介
  • 2025-11-14 PQ v.Next日志记录
  • 微前端架构演进:决策、实践与协同
  • OI 技术动作 注意事项集合
  • 大模型基础补全计划(七)---Transformer(多头注意力、自注意力、位置编码)及实例与测试
  • dfad
  • 2025年品质卓越的羊毛地毯工厂综合推荐与选择指南
  • 详细介绍:Android APK签名机制的工作原理、结构差异、安全局限与优势
  • 做一个简单的贪吃蛇游戏
  • 前端从0到1实战】第3篇:拒绝插件,手写一个原生模态弹窗 (Modal)
  • 20232413 2025-2026-1 《网络与系统攻防技术》实验五实验报告
  • Spring Cloud Alibaba + RocketMQ
  • mybatis_generator
  • 脑机接口
  • 2025跨境物流/运输公司推荐:中亚/俄罗斯/阿富汗等线路最新top5口碑推荐
  • 2025年11月智能床垫品牌TOP5推荐:服务器系统软件办公深度集成
  • PLUG2:STM32启动流程 - LI,Yi
  • python类中的__setattr__
  • CPU,GPU,DSP,FPGA,ASIC
  • DeepCFD+:一种工业级 CFD 代理模型训练框架【深度学习+流体力学】 - 指南
  • 2025年11月防冻液厂家推荐榜:权威评测五强对比一览