Quantcast
Viewing all articles
Browse latest Browse all 1080

How do i solve a linear equation and assign the values in a for loop?

I have a set of equations icsi and a set of variables v. 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.


Viewing all articles
Browse latest Browse all 1080

Trending Articles