How can I represent math variables in c#? -


i need represent these mathematical equations in code , solve them:

2x = 3y 3y = 4z 2x + 3y + 4z = 1 

please advise.

(i suspect homework, give clues how proceed...)

think how solve these equations on paper.

the same steps can written software. each equation has variable , coefficient, want represent coefficient variable in program, , "solve" equations using same techniques hand.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -