Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
donuts236208yActually I just solved it.. at least the Algo to solve it, on paper, except now I gotta sleep...
-
if you need to solve many of these problems at once or multiple times take a look at numerics. They can help you solve these problems faster. I only know the german term for the algorithm that you need. It is LR-Zerlegung.
-
donuts236208yOne test failed still...
I submitted anyway.
goto Comment #1
//I can now get a new problem it seems... hmm... -
nocgod17438ydamn I can't seem to remember how to solve this crap...
I think you should multiply the matrix and the vector, get the equations (should be 4) and substitute to solve... -
donuts236208y@nocgod actually for this, you + or - each row.
Eventually it will reduce to something like Cx_n = N -
nocgod17438y@billgates hmmm can't seem to remember how to do it... Fuck it, I've finished my BSc already ;-)
Work for 2 days trying to solve a Level 2 foobar problem and then realize I need to know linear algebra to solves matrices programmatically... And the results have to be in Fractions
undefined