solve symbol four equations for c1 c2 c3 c4
Show older comments
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;
Accepted Answer
More Answers (1)
KALYAN ACHARJYA
on 15 Nov 2019
Edited: KALYAN ACHARJYA
on 15 Nov 2019
0 votes
solve here
1 Comment
jannat alsaidi
on 15 Nov 2019
Categories
Find more on Calculus 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!