Abdulrahman Al Ali
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
how can i fix these errors
syms x %expression for f(x) f=exp(-x)*sin(x)*cos(x); %taylor series expansion for upto to 8th order t_8=taylor(f,'Orde...
5 years 前 | 0 个回答 | 0
0
个回答提问
How can I solve this problem ? 'Area between curves'
clear all clc syms x; f=@(x) x^3-3*x^2; g=@(x) 4*x; IP=solve(f(x)-g(x)) A1=int(-g(x)+f(x),-1,0); A2=int(-f(x)+g(x),0,4); ...
5 years 前 | 2 个回答 | 0
2
个回答提问
How to write x-axis for plot?
clear all clc syms x; f=@(x) x^3-3*x^2; g=@(x) 4*x; IP=solve(f(x)-g(x)) A1=int(-g(x)+f(x),-1,0); A2=int(-f(x)+g(x),0,4); ...
5 years 前 | 1 个回答 | 0