How to solve this system of equations with 10 equations and 10 unknowns.

6 ビュー (過去 30 日間)
Dan Mathotaarchchi
Dan Mathotaarchchi 2017 年 8 月 8 日
再開済み: Dan Mathotaarchchi 2017 年 8 月 8 日
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
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 ExchangeNumerical Integration and Differential Equations についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by