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

9 vues (au cours des 30 derniers jours)
Dan Mathotaarchchi
Dan Mathotaarchchi le 8 Août 2017
Rouvert : Dan Mathotaarchchi le 8 Août 2017
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 commentaire
José-Luis
José-Luis le 8 Août 2017
Modifié(e) : José-Luis le 8 Août 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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Numerical Integration and Differential Equations dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by