How to solve this system of equations with 10 equations and 10 unknowns.
6 ビュー (過去 30 日間)
古いコメントを表示
Hi Kindly find the attached system of equations. there are 10 equations and 10 unknowns. 4 equations are integral equations. assumptions can be wherever required. interest in finding U and Ωas a function of t. thanks
1 件のコメント
José-Luis
2017 年 8 月 8 日
編集済み: José-Luis
2017 年 8 月 8 日
Please show some effort.
Do you really expect someone to do your job/homework without doing anything yourself? In some places that's known as cheating.
Say you want to find x in Ax = b:
A = rand(10);
b = rand(10,1);
x = A\b
You'll need to adapt that to your problem.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Numerical Integration and Differential Equations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!