How to solve this system of equations with 10 equations and 10 unknowns.
9 views (last 30 days)
Show older comments
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 Comment
José-Luis
on 8 Aug 2017
Edited: José-Luis
on 8 Aug 2017
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.
Answers (0)
See Also
Categories
Find more on Numerical Integration and Differential Equations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!