MATLAB应用工程.物理和金融领域-(英文影印注释版)

本书特色

[

本书共10章,主要内容有:概论、变量与函数、矩阵与线性代数、微积分、MATLAB绘图、MATLAB编程、图形用户界面(GUI)、MATLAB在金融领域的应用、MATLAB在工程领域的应用、MATLAB在物理领域的应用。

]

目录

目 录注释者的话前言第1章 MATLAB简介11.1 引言 11.1.1 本书结构 31.1.2 章节结构 31.2 MATLAB入门 31.3 MATLAB简单计算 41.3.1 基础函数 61.4 变量 71.5 绘图 101.6 字符串 141.7 保存工作空间及其变量 171.8 输入/输出简介 191.8.1 结构化输出 191.8.2 数据录入 221.9 帮助 231.9.1 帮助页面 241.10 结语 241.11 课后练习 251.12 参考文献 27第2章变量与函数292.1 变量 292.1.1 符号变量 302.2 函数 322.2.1 MATLAB基础函数 352.2.2 符号函数的用法 362.2.3 绘图 372.2.4 函数运算eval / feval 382.2.5 函数应用工具 392.3 多项式 402.4 曲线拟合 482.4.1 三次样条拟合 502.4.2 基础拟合工具 51TableofContentsPrefaceChapter1IntroductiontoMATLAB11.1Introduction11.1.1 BookOrganization31.1.2 ChapterOrganization31.2StartingMATLAB31.3SimpleCalculationsinMATLAB41.3.1 ElementaryFunctions61.4Variables71.5Plotting101.6Strings141.7SavingaSessionandItsVariables171.8Input/OutputInstructions191.8.1 FormattedOutput191.8.2 DataInput221.9Help231.9.1 HelpPage241.10ConcludingRemarks241.11Exercises251.12References27Chapter2VariablesandFunctions292.1Variables292.1.1 SymbolicVariables302.2Functions322.2.1 MATLABElementaryFunctions352.2.2 UsingSymbolicFunctions362.2.3 Plots372.2.4 FunctionEvaluationUsingevalandfeval382.2.5 TheFunctionfuntool392.3Polynomials402.4CurveFitting482.4.1 CubicSplineFitting502.4.2 TheToolBasicFitting512.5 方程求解 522.6 执行时间、日期、时刻 572.7 结语 602.8 习题 612.9 参考文献 63第3章 矩阵与线性代数653.1 矩阵 663.2 矩阵基本操作 683.3 向量 723.3.1 向量的范数 763.3.2 向量生成 773.4 内积和外积 783.4.1 内积 783.4.2 外积 793.5 矩阵和向量函数 803.6 联立线性方程组 813.6.1 LU分解 833.7 特征值和特征向量 843.8 单元型变量 863.9 结构型变量 883.10 结语 893.11 习题 903.12 参考文献 93第4章 微积分954.1 引言 954.2 函数极限 954.3 数列极限 974.4 连续 994.5 微分 1014.6 积分 1034.7 级数 1074.8 微分方程 1094.8.1 微分方程数值解 1124.9 结语 1144.10 习题 1144.11 参考文献 118第5章 MATLAB绘图1195.1 引言 1195.2 二维绘图 119目 录viii2.5 Solution of Equations 522.6 Execution Time, Date, and Time of the Day 572.7 Concluding Remarks 602.8 Exercises 612.9 References 63Chapter 3 Matrices and Linear Algebra 653.1 Matrices 663.2 Basic Operations with Matrices 683.3 Vectors 723.3.1 Norm of a Vector 763.3.2 Vector Generation 773.4 Dot and Cross Product 783.4.1 Dot Product 783.4.2 Cross Product 793.5 Matrix and Vector Functions 803.6 Systems of Simultaneous Linear Equations 813.6.1 LU Factorization 833.7 Eigenvalues and Eigenvectors 843.8 Cell Arrays 863.9 Structures 883.10 Concluding Remarks 893.11 Exercises 903.12 References 93Chapter 4 Calculus 954.1 Introduction 954.2 Limits of Functions 954.3 Limits of Sequences 974.4 Continuity 994.5 Derivatives 1014.6 Integration 1034.7 Series 1074.8 Differential Equations 1094.8.1 Numerical Solution of Differential Equations 1124.9 Concluding Remarks 1144.10 Exercises 1144.11 References 118Chapter 5 Plotting with MATLAB 1195.1 Introduction 1195.2 Two-Dimensional Plotting 119Contents ix5.2.1 工作区数据绘图 1265.2.2 网格图 1285.3 绘图选项 1285.4 其他二维图 1345.4.1 极坐标图 1345.4.2 条形图 1355.4.3 阶梯图 1365.4.4 直方图 1365.4.5 茎叶图 1395.4.6 罗盘图 1395.4.7 饼图 1405.5 子图 1405.6 三维绘图 1415.6.1 plot3简介 1425.6.2 网状图 1445.6.3 表面图 1485.6.4 等高线图 1495.7 视角 1525.8 MATLAB对象结构 1545.8.1 其他对象句柄 1585.8.2 轴对象句柄(gca) 1595.8.3 对象属性 1595.9 MATLAB对象层次结构 1605.10 结语 1615.11 习题 1615.12 参考文献 163第6章 MATLAB编程1656.1 创建M文件 1656.2 MATLAB基础编程语句 1686.2.1 if-end语句 1686.2.2 if-else-end语句1706.2.3 elseif语句 1716.2.4 switch-case语句 1726.2.5 for语句 1736.2.6 while循环语句 1756.3 函数 1766.4 函数变量 1796.4.1 全局变量 1826.4.2 return函数 1846.4.3 nargin函数与nargout函数 1856.4.4 迭代函数 1856.5 文档管理 1

封面

MATLAB应用工程.物理和金融领域-(英文影印注释版)

书名:MATLAB应用工程.物理和金融领域-(英文影印注释版)

作者:戴维.贝兹-洛佩兹

页数:412

定价:¥78.0

出版社:机械工业出版社

出版日期:2017-05-01

ISBN:9787111562757

PDF电子书大小:155MB 高清扫描完整版

百度云下载:http://www.chendianrong.com/pdf

发表评论

邮箱地址不会被公开。 必填项已用*标注