Courses
Log inStart Learning AI
Courses
Log inStart Learning 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 Answers
+ 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

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
ŠžŃˆŠøŠ±ŠŗŠ° в приложении Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Best language?
0 Votes
solo learn program issue - iPhone?
1 Votes
How do I keep myself motivated in coding
0 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
you con help mi
1 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
I want to know how to make an Payment App like what I need to learn I need some guidance
0 Votes