新聞中心

EEPW首頁 > 模擬技術(shù) > 設(shè)計應(yīng)用 > Mathematica入門教程之Mathematica的基本語法特征

Mathematica入門教程之Mathematica的基本語法特征

作者: 時間:2011-11-02 來源:網(wǎng)絡(luò) 收藏
EXT-INDENT: 2em; LINE-HEIGHT: 24px; PADDING-TOP: 0px">Out[2]:=Mathematica入門教程之Mathematica的基本語法特征

In[3]:=Mathematica入門教程之Mathematica的基本語法特征

Out[3]:=Mathematica入門教程之Mathematica的基本語法特征

. 常微分方程

求解常微分方程和常微分方程組的函數(shù)的一般形式如下:

Dsolve[eqns,y[x],x] 解y(x)的微分方程或方程組eqns,x為變量

Dsolve[eqns,y,x] 在純函數(shù)的形式下求解

NDsolve[eqns,y[x],x,{xmin,xmax}] 在區(qū)間{xmin,xmax}上求解變量x的數(shù)的形式下求解常微分方程和常微分方程組eqns的數(shù)值解

In[1]:=Mathematica入門教程之Mathematica的基本語法特征

Out[1]:=Mathematica入門教程之Mathematica的基本語法特征

In[2]:=Mathematica入門教程之Mathematica的基本語法特征

Out[2]:=Mathematica入門教程之Mathematica的基本語法特征

In[3]:=Mathematica入門教程之Mathematica的基本語法特征

Out[3]:=Mathematica入門教程之Mathematica的基本語法特征

.線性代數(shù)

    • 定義向量和矩陣函數(shù)
    • 矩陣的運算符號和函數(shù)
    • 方程組求解函數(shù)

    定義一個矩陣,可用函數(shù)Table或Array.當(dāng)矩陣元素能用一個函數(shù)表達式時,用函數(shù)Table在定義矩陣大小的同時也給每個矩陣元素定義確定的值.用函數(shù)Range只能定義元素為數(shù)值的向量.Array只能用于定義向量、矩陣和張量,并規(guī)定矩陣和張量的元素下標(biāo)從1開始.Array的一般形式: Array[向量元素名,n,f] 定義下標(biāo)從f開始的有n個元素的向量,當(dāng)f是1時可省略. Array[矩陣元素名,{m,n}] 定義m行n列的矩陣.其中:矩陣元素名是一個標(biāo)識符,表示矩陣元素的名稱,當(dāng)循環(huán)范圍是{u,v,w}時定義一個張量. Table[表達式f,循環(huán)范圍] 表達式f表示向量或矩陣元素的通項公式;循環(huán)范圍定義矩陣的大小. 循環(huán)范圍的一般形式:{循環(huán)變量名,循環(huán)初值,循環(huán)終值,循環(huán)步長}. 在Array或Table的循環(huán)范圍表示方法略有區(qū)別.請在下面的實例中注意觀察.

    In[1]:=Mathematica入門教程之Mathematica的基本語法特征

    Out[1]:=Mathematica入門教程之Mathematica的基本語法特征(*矩陣每一行元素用一對{}括起來*)

    In[2]:=Mathematica入門教程之Mathematica的基本語法特征

    Out[2]:=Mathematica入門教程之Mathematica的基本語法特征

    In[3]:=Mathematica入門教程之Mathematica的基本語法特征(*IndentityMatrix[n]生成n維矩陣*)

    Out[3]:=



關(guān)鍵詞: Mathematica 入門教程 Mathematica

評論


相關(guān)推薦

技術(shù)專區(qū)

關(guān)閉