xiao278 / Matrix-Calculator

A matrix calculator that performs elementary row operations. Supports letter variables.
0 stars 0 forks source link

shorthand row scaling for ERO #19

Open xiao278 opened 1 year ago

xiao278 commented 1 year ago

scales a row for operation based on its pivot column or dest. pivot column

i.e.

x+b, 3, 6 4, 5, 8

R1 += $R2 and the $ symbol will resolve to be -(x+b)/4 so that the pivot column of R1 becomes 0