How to solve a system of equations using the iteration by assuming the values of the unknowns and check them later. If the error is large return to change the assumed values.

1 view (last 30 days)

Accepted Answer

Torsten
Torsten on 13 Aug 2022
Unknowns are epsilon_ri and zi.
Equations are sigma_Ti = 0 and psi_i = psi_i_given.
Two equations in two unknowns.
Use MATLAB's "fsolve".

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!