Gregory Holba

15 Reputation

One Badge

3 years, 308 days

MaplePrimes Activity


These are questions asked by

Hi, I need a little help please.

I'm writing some code that involves using solve() to solve some simultaneous equations and the output set from solve() is as follows :

{c[1] = 8/3, c[2] = 10/3}

I would now like to used the values 8/3, -10/3 in another calulation. However, I don't know how to extract the values/loose the variable parts of the set (namely "c[1]=" and "c[2]="). Can anyone help please.

FYI - I can't use fsolve as my simultaneous equations contain an another unknown variable, which I need to preserve.

Thanks in advance, Greg

Page 1 of 1