I have a set of equations icsi and a set of variables vi . How do i assign each solution to the variable before solving the next equation?
I tried- for i from 1 to 3 do solvedi := solve(icsi, vi);assign(solvedi); end. This didn't work for me.
I have a set of equations icsi and a set of variables vi . How do i assign each solution to the variable before solving the next equation?
I tried- for i from 1 to 3 do solvedi := solve(icsi, vi);assign(solvedi); end. This didn't work for me.