3 equations 3 unknowns complex numbers

5 views (last 30 days)
I need you help ASAP.
I'm trying to get the unknows values (values in complex numbers) but it gives me an error:
A=[146 -146 0;-146 -146-18.3*i 18.3*i;0 -18.3*i 2.942-16.88*i];
B=[415;0;0];
ans=A/B

Accepted Answer

Bruno Luong
Bruno Luong on 3 Apr 2021
A\B

More Answers (0)

Categories

Find more on Function Creation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!