How to solve this simple matricial system?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Elia Paini
am 19 Jun. 2021
Kommentiert: Elia Paini
am 20 Jun. 2021
Hi, how can I solve this simple system in Matlab?
A*u = h*G
A: 4x4
u: unknowns vector, but it should be 4x1
h: scalar
G: vector, Nx1
I tried with u = h*G*inv(Au), but u is calculated as a matrix in this way.
Thank you!
0 Kommentare
Akzeptierte Antwort
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!