photo

Abdulrahman Al Ali


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
135,964
of 297,648

評判
0

コントリビューション
8 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,460

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,301

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

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...

約6年 前 | 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); ...

約6年 前 | 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); ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


hwo can i fix the errors below

約6年 前 | 1 件の回答 | 0

1

回答

質問


Can someone please explain why I have an error?

約6年 前 | 0 件の回答 | 0

0

回答

質問


Can someone please explain why I have an error?

約6年 前 | 0 件の回答 | 0

0

回答

質問


Can someone please tell why I have an error?

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Can someone please help?

6年以上 前 | 1 件の回答 | 0

1

回答