久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      matlab級(jí)數(shù)求和的方法

      在學(xué)習(xí)微積分(高等數(shù)學(xué))中級(jí)數(shù)時(shí),許多童鞋不知道如何求級(jí)數(shù)的和,下面就教大家用matlab求解級(jí)數(shù)和。

      matlab級(jí)數(shù)求和的方法

      matlab級(jí)數(shù)求和的方法

      1、最常見的級(jí)數(shù)形式,如下所示。

      matlab級(jí)數(shù)求和的方法

      S :級(jí)數(shù)的和

      i: 自變量,值域?yàn)閇a,b]

      f(i):為關(guān)于自變量i的函數(shù)

      推薦:編程入門

      2、查閱matlab幫助可以知道,可以用symsum函數(shù)求解級(jí)數(shù),函數(shù)有以下4種使用方式:

      matlab級(jí)數(shù)求和的方法

      3、作為示例,我們采用第四種方式求解以下級(jí)數(shù):

      clc;clear; % symsum(expr,v,a,b) syms v syms f a = 1; b = 100; f = v^2; S = symsum(f,v,a,b)

      matlab級(jí)數(shù)求和的方法

      4、點(diǎn)擊圖中紅色箭頭所指的運(yùn)行按鈕,計(jì)算結(jié)果為:

      S = 338350

      matlab級(jí)數(shù)求和的方法

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)