problem in solving matrix

조회 수: 1 (최근 30일)
ibrahim alzoubi
ibrahim alzoubi 2021년 4월 3일
답변: madhan ravi 2021년 4월 3일
I'm trying to solve this but doesn't work, i need it asap:
clear all
clc
A=[146 -146 0;146 (-146+18.3*i) (0-18.3*i);0 (0+i*18.3) (2.942+i*16.88)];
V=[415;0;0];
I=V.*inv(A)

답변 (1개)

madhan ravi
madhan ravi 2021년 4월 3일
I = A \ V
I =
3.8221 +10.9630i 0.9797 +10.9630i 0.9797 -11.7145i

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by