Hello,
I've been learning Python for 3 weeks now, and know most of the basics ( classes, functions etc.. ) In my tries to create a program to solve simultaneous linear equations in two variables, I've only used brute forcing so far and that too is not very efficient.
Does anybody know any efficient algorithm to do so? If so, please do not enter Python code here, as I would want to test myself in coding it.
Thanks in advance
shrik450
I've been learning Python for 3 weeks now, and know most of the basics ( classes, functions etc.. ) In my tries to create a program to solve simultaneous linear equations in two variables, I've only used brute forcing so far and that too is not very efficient.
Does anybody know any efficient algorithm to do so? If so, please do not enter Python code here, as I would want to test myself in coding it.
Thanks in advance
shrik450