Sai Teja Sunkari
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 153,950
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
code for verifying whether 𝑓 is odd or even.
Mat-Lab code for verifying whether 𝑓 is odd or even.
4年以上 前 | 1 件の回答 | 0
1
回答質問
line integral and workdone
Find the work done for the force 𝐹 (x,y,z)= yz𝑖 + xz 𝑗 + (xy+2z) 𝑘⃗ along the line segment from (1,0,-2) to (4,6,3)
約5年 前 | 0 件の回答 | 4
0
回答質問
How to append matrices? For example, if I have a 3*3 matrix and a 1*3 matrix, how to append them such that the resultant is a 4*3 matrix?
3*3=[1 2 3;2 3 4;4 5 6] 1*3=[1 2 3] 4*3=[1 2 3;2 3 4;4 5 6;1 2 3]
5年以上 前 | 1 件の回答 | 0