Cursussen
InloggenBegin met het leren van AI
Cursussen
InloggenBegin met het leren van AI
0

How can I sum column elements in matrix[3][2]

Like 1 6 8 5 9 7 Sum =1+8+9

python3
22nd Jun 2020, 6:26 AM
Almasa Sense
Almasa Sense - avatar
4 Antwoorden
+ 4
Without using any additional module, this does calculate all row sums: a=[[1,6,2], [8,5,4], [9,7,-3]] x = 0 while x < len(a[0]): print(sum([i[x] for i in a])) x += 1
22nd Jun 2020, 10:10 AM
Lothar
Lothar - avatar
+ 2
https://www.google.com/url?sa=t&source=web&rct=j&url=https://stackoverflow.com/questions/23145684/sum-matrix-columns-in-JUMP_LINK__&&__python__&&__JUMP_LINK&ved=2ahUKEwjkg-3P5pTqAhWQmBQKHYnjAB0QFjAAegQIBRAB&usg=AOvVaw2TBp8NM-uSje4YK-Tkr6of
22nd Jun 2020, 6:34 AM
Muhammad Galhoum
Muhammad Galhoum - avatar
0
Learn pandas you will know all about it
22nd Jun 2020, 6:40 AM
Ayush Kumar
Ayush Kumar - avatar

Heb je vaak vragen zoals deze?

Leer efficiënter, gratis:

  • Inleiding tot Python

    7,1 miljoen leerlingen

  • Inleiding tot Java

    4,7 miljoen leerlingen

  • Inleiding tot C

    1,5 miljoen leerlingen

  • Inleiding tot HTML

    7,5 miljoen leerlingen

Bekijk alle cursussen
Populair vandaag
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
4 Votes
Guys I don't know anything about cooding who can help me pls
1 Votes
Why can’t I use double “ in python?
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
You’re free to give me your advice! 🚨
1 Votes
Salut tout le monde
1 Votes
How can i isntall modules
1 Votes