Linear Algebra 2 : Gauss Jordan Elimination

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 29

  • @eleazaralmazan4089
    @eleazaralmazan4089 4 года назад +3

    Now you are starting to get into the good Math Derek!

    • @derekbanas
      @derekbanas  4 года назад +1

      There is much more to come :)

  • @jeffmerlin2580
    @jeffmerlin2580 4 года назад +2

    Great! Thanks Derek. This makes it easy to solve equations with code.

  • @dexzoyp
    @dexzoyp 4 года назад +1

    You are Demigod!

    • @derekbanas
      @derekbanas  4 года назад +1

      Thank you 😁 Abstract algebra is on the list

    • @dexzoyp
      @dexzoyp 4 года назад

      @@derekbanas I have the bell on 😍

  • @peterpeterson125
    @peterpeterson125 4 года назад

    Derek, your are simply the best!

    • @derekbanas
      @derekbanas  4 года назад

      Thank you :) I appreciate the nice messages

  • @andrasvermes
    @andrasvermes 3 года назад

    In the end, how do you tell which values correspond to x, y and z? Thanks :)

  • @obstinateplebian6132
    @obstinateplebian6132 3 года назад

    hi, total beginner to linear algebra ( never heard of it before, just learning by doing each tutorial ) . how do you know what formula to use when you want to make the values certain numbers ( e.g. convert a33 into 1 ) ? is there some kind of method for making up the formulas ? also, this is most certainly a stupid question but I have to ask : why do you actually need the formulas, why can you not just write 1 if you will end up just writing 1 ? thanks .

  • @georgioziozas9031
    @georgioziozas9031 2 года назад

    Skipping this one cause we have already covered it in algebra :)

  • @criskity
    @criskity 4 года назад

    Awesome!! My favorite

  • @acho8387
    @acho8387 4 года назад

    God, this brought back uni nightmares. It's so tedious!!

  • @muzaffarazizov3294
    @muzaffarazizov3294 4 года назад

    Awesome Can you make a video from Differential equations? It will be very useful

    • @derekbanas
      @derekbanas  4 года назад

      Yes Calculus is coming soon

    • @muzaffarazizov3294
      @muzaffarazizov3294 4 года назад

      @@derekbanas Moreover I want to know more about you what is your speciality? Math or Programming

    • @derekbanas
      @derekbanas  4 года назад

      Programming is really math in my world. I mainly work as a data scientist that runs a bunch of online stores.

  • @shadespirit11
    @shadespirit11 3 года назад

    I wish u were my math teacher when I was in uni xD

    • @derekbanas
      @derekbanas  3 года назад +1

      Thank you for the nice compliment :) I'm happy that I could help

  • @justchilling4816
    @justchilling4816 4 года назад

    Is math related to programming?

  • @pratheekb5601
    @pratheekb5601 4 года назад

    How much math knowledge is needed to pursue competitive programming ??

    • @derekbanas
      @derekbanas  4 года назад +4

      I would say the more the better. As I'm writing code I constantly think this is trig, this is linear algebra, this is calculus, this is geometry

    • @obinator9065
      @obinator9065 4 года назад +3

      Logic is always the most important.
      For competitive programming algorithmic thinking and data organizing is the most important, most math is second.
      Linear Algebra & Trigonometry for Graphics.
      Probability / Statistics for Data Science & for Machine learning, though many just use Tensorflow and overlook the math stuff.
      Calculus is pretty irrelevant tbh outside of physics simulations

    • @pratheekb5601
      @pratheekb5601 4 года назад

      @@derekbanas thank you😄

    • @pratheekb5601
      @pratheekb5601 4 года назад

      @@obinator9065 thank you