当前位置:网站首页>Day (7) of picking up matlab

Day (7) of picking up matlab

2022-04-23 15:54:00 Sola_ Ex

Matlab

Symbolic variables and limits

Symbolic variables

sym('var')					% Definition var Is a symbolic variable 
sym('var'. set)				% Set to real or positive number 
sym('var'.dim)				% Definition var Is a symbolic matrix 
syms var1 var2 ...varn		% Define multiple symbolic variables 

limit

 Insert picture description here
notes :matlab The default argument in is x;

Derivation

 Insert picture description here

integral

 Insert picture description here

版权声明
本文为[Sola_ Ex]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231554164028.html