22
donuts
7y

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

Comments
  • 3
    Once again... (I need this as an emoticon...)
  • 2
    Actually I just solved it.. at least the Algo to solve it, on paper, except now I gotta sleep...
  • 0
    Arrays exist lul
  • 0
    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.
  • 0
    One test failed still...

    I submitted anyway.

    goto Comment #1

    //I can now get a new problem it seems... hmm...
  • 0
    damn 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...
  • 0
    @nocgod actually for this, you + or - each row.

    Eventually it will reduce to something like Cx_n = N
  • 0
    @billgates hmmm can't seem to remember how to do it... Fuck it, I've finished my BSc already ;-)
  • 1
    What the hell are you coding
  • 2
    @itzyzex I was gearing up for destruction
Add Comment