The greatest discovery of all time is that a person can change his future by merely changing his attitude.
Love to click and get clicked
Sunday, August 2, 2020
“Just one big idea. One big idea, and we can change the world.”
Thursday, July 9, 2020
from numpy import *
m = matrix ('1 2 3;4 5 6;7 8 9')
n = matrix ('3 4 5;5 6 9;8 5 4')
print("The basic matrix m is ")
print(m)
print("The diagonal of the matrix is ")
print(diagonal(m))
print("The minimum value in the matrix is ")
print(m.min())
print("The maximum value in the matrix is ")
print(m.max())
print("The addition of the ,atrix is ")
k=m+n
print(k)
print("The multiplication of matrix is ")
j=m*n
print(j)
m = matrix ('1 2 3;4 5 6;7 8 9')
n = matrix ('3 4 5;5 6 9;8 5 4')
print("The basic matrix m is ")
print(m)
print("The diagonal of the matrix is ")
print(diagonal(m))
print("The minimum value in the matrix is ")
print(m.min())
print("The maximum value in the matrix is ")
print(m.max())
print("The addition of the ,atrix is ")
k=m+n
print(k)
print("The multiplication of matrix is ")
j=m*n
print(j)
“Just one big idea. One big idea, and we can change the world.”
“Just one big idea. One big idea, and we can change the world.”
Wednesday, July 8, 2020
![]() |
| Lambda (Filter , Map , Reduce) |
![]() | |||||
| nums= | it= [3,5,6,4,7,8,6,4]iter(nums) | for i in nums: | print(it.__next__()) # or we can use print(next(it)) |
Labels:
Python
“Just one big idea. One big idea, and we can change the world.”
Saturday, September 3, 2016
Travel
“Just one big idea. One big idea, and we can change the world.”
Sunday, May 22, 2016
“Just one big idea. One big idea, and we can change the world.”
“Just one big idea. One big idea, and we can change the world.”
Subscribe to:
Posts (Atom)






















