solve symbol four equations for c1 c2 c3 c4
Mostra commenti meno recenti
how can I solve these four equations for c1 c2 c3 c4
syms c1 c2 c3 c4 a b
T1=c1+c2*a+c3*b+c4*a*b;
T2=c1-c2*a+c3*b-c4*a*b;
T3=c1-c2*a-c3*b+c4*a*b;
T4=c1+c2*a-c3*b-c4*a*b;
Risposta accettata
Più risposte (1)
KALYAN ACHARJYA
il 15 Nov 2019
Modificato: KALYAN ACHARJYA
il 15 Nov 2019
0 voti
solve here
Categorie
Scopri di più su Symbolic Math Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!