Alan Mehlenbacher

0 Reputation

2 Badges

18 years, 64 days

MaplePrimes Activity


These are answers submitted by Alan Mehlenbacher

Here's how I have been doing this sort of thing:

> s := solve([5*A+3*B = 5, 8*A-9*B = 94], [A, B]);
> A := subs(s[1][1], A); B := subs(s[1][2], B);
                             

Page 1 of 1