Lesson 5 - Matrix Operations in Python

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 35

  • @fealgu100
    @fealgu100 4 роки тому +3

    You can use the shift-enter to run the chunk

  • @MahmudulHasan-eq7ug
    @MahmudulHasan-eq7ug 3 роки тому +4

    It was helpful.
    Keep good works on.

    • @KindsonTheGenius
      @KindsonTheGenius  3 роки тому

      Thank you, I will and pls remember to subscribe too 😊

  • @Raggaliamous
    @Raggaliamous 4 роки тому +2

    Just what i was looking for!

  • @robertgalligan6024
    @robertgalligan6024 2 роки тому

    This was really helpful. Thank you

  • @ujwalc9226
    @ujwalc9226 4 роки тому +1

    Thanks for the vedio ,👍

  • @jonathanweininger7857
    @jonathanweininger7857 2 роки тому +1

    I think it’s “may”-“tricks” not “mah”-“tricks”. Otherwise, this is very helpful!!

  • @dinja
    @dinja 3 роки тому +1

    Numpy, numpy, is there something independent code in Python to sort multi-dimension matrix without numpy?

    • @KindsonTheGenius
      @KindsonTheGenius  3 роки тому

      Definitely! You can use array of array like this [[ ], [ ], [ ]]. However, numpy offers you features like reshape(), flatten() and other cool features.

  • @TheEagleShi
    @TheEagleShi 2 роки тому

    very clear!! thank you!

  • @kingdomofhavean
    @kingdomofhavean 4 роки тому +1

    nice video , thank you

  • @faisalsaeed1643
    @faisalsaeed1643 3 роки тому

    what is the equivalent steps for ( Dim a(3,4) / for i=1 to 3 / for j=1 to 3 / input A(i,j) / next i,j ) in Python ?

    • @KindsonTheGenius
      @KindsonTheGenius  3 роки тому

      for in j range(1, 4) / for j in range(1, 4) / input(A[i][j])
      In python, we don't have next keyword, just indentation
      Does this answer your question
      Also note that range is 1 to 4 because the last index is not included in the range function

  • @rodriguezgabriele8818
    @rodriguezgabriele8818 2 роки тому

    sehr gut! Thanks a lot

  • @louaykhammar7268
    @louaykhammar7268 3 роки тому +1

    thanks

  • @shikamarunara9308
    @shikamarunara9308 4 роки тому

    Good work sir

  • @vmarzein
    @vmarzein 3 роки тому

    Thank you sir

  • @sarathkumarchennai8690
    @sarathkumarchennai8690 3 роки тому

    Good

  • @joneye668
    @joneye668 3 роки тому

    i noticed you never added and subtracted the matrices

    • @BWVidventures
      @BWVidventures 3 роки тому

      thats what im waiting too!

    • @shafiqurrehman8476
      @shafiqurrehman8476 3 роки тому +1

      @@BWVidventures C=np.add(matrixA, matrixB)
      and for subtraction D=np.subtract(matrixA, matrixB)

    • @KindsonTheGenius
      @KindsonTheGenius  3 роки тому +1

      @Shafiq, thanks for the clarification 😋

  • @arnoldwolfstein
    @arnoldwolfstein 2 роки тому

    ppl can't create a matrix without numpy...

  • @sealandland3959
    @sealandland3959 2 роки тому +1

    Try to do this in English

  • @ishantsingh3366
    @ishantsingh3366 3 роки тому +1

    You should really learn maths first

  • @TheSameer37
    @TheSameer37 Рік тому

    MATLAB is far quicker