在学习微积分(高等数学)中级数时,许多童鞋不知道如何求级数的和,下面就教大家用matlab求解级数和。
matlab级数求和的方法
1、最常见的级数形式,如下所示。
S :级数的和
i: 自变量,值域为[a,b]
f(i):为关于自变量i的函数
推荐:编程入门
2、查阅matlab帮助可以知道,可以用symsum函数求解级数,函数有以下4种使用方式:
3、作为示例,我们采用第四种方式求解以下级数:
clc;clear; % symsum(expr,v,a,b) syms v syms f a = 1; b = 100; f = v^2; S = symsum(f,v,a,b)
4、点击图中红色箭头所指的运行按钮,计算结果为:
S = 338350
更多相关教程,请关注PHP中文网!
The above is the detailed content of Matlab series summation method. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version
Recommended: Win version, supports code prompts!

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Linux new version
SublimeText3 Linux latest version