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
Post a Comment