新聞中心

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

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

作者: 時(shí)間:2011-11-02 來源:網(wǎng)絡(luò) 收藏
="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 14px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 20px; COLOR: rgb(0,0,0); TEXT-INDENT: 2em; LINE-HEIGHT: 24px; PADDING-TOP: 0px">Out[1]:=Mathematica入門教程之Mathematica的基本語法特征

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

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

2.定積分

計(jì)算定積分的命令和計(jì)算不定積分是同一個(gè)Integrate函數(shù),在計(jì)算定積分時(shí),除了要給出變量外還要給出積分的上下限。當(dāng)定積分算不出準(zhǔn)確結(jié)果時(shí),用N[%]命令總能得到其數(shù)值解.Nintegrate也是計(jì)算定積分的函數(shù),其使用方法和形式和Integrate函數(shù)相同.用Integrate函數(shù)計(jì)算定積分得到的是準(zhǔn)確解,Nintegrate函數(shù)計(jì)算定積分得到的是近似數(shù)值解.計(jì)算多重積分時(shí),第一個(gè)自變量相應(yīng)于最外層積分放在最后計(jì)算.

Integrate[f,{x,a,b}] 計(jì)算定積分Mathematica入門教程之Mathematica的基本語法特征

NIntegrate[f,{x,a,b}] 計(jì)算定積分Mathematica入門教程之Mathematica的基本語法特征

Integrate[f,{x,a,b},{y,c,d}] 計(jì)算定積分Mathematica入門教程之Mathematica的基本語法特征

NIntegrate[f,{x,a,b},{y,c,d}] 計(jì)算定積分Mathematica入門教程之Mathematica的基本語法特征

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

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

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

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

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

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

. 冪級(jí)數(shù)

冪級(jí)數(shù)展開函數(shù)Series的一般形式:

Series[expr,{x,x0,n}] 將expr在x=x0點(diǎn)展開到n階的級(jí)數(shù)

Series[expr,{x,x0,n},{y,y0,m}] 先對(duì)y展開到m階再對(duì)x展開n階冪級(jí)數(shù)

用Series展開后,展開項(xiàng)中含有截?cái)嗾`差Mathematica入門教程之Mathematica的基本語法特征

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

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

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



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

評(píng)論


相關(guān)推薦

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

關(guān)閉