Algorithms For Dummies


Performing Essential Data Manipulations Using Python



Download 7,18 Mb.
Pdf ko'rish
bet195/651
Sana15.07.2021
Hajmi7,18 Mb.
#120357
1   ...   191   192   193   194   195   196   197   198   ...   651
Bog'liq
Algorithms

  Performing Essential Data Manipulations Using Python 

     97


matrix([[1, 2, 3],

        [4, 5, 6],

        [7, 8, 9]])

You can also convert an existing array to a matrix using the 

asmatrix

 function. 

Use the 

asarray


 function to convert a 

matrix


 object back to an 

array


 form.

The only problem with the 

matrix

 class is that it works on only two-dimensional 



matrixes.  If  you  attempt  to  convert  a  three-dimensional  matrix  to  the 

matrix


 

class,  you  see  an  error  message  telling  you  that  the  shape  is  too  large  to  be  a 

matrix.

Multiplying matrixes

Multiplying two matrixes involves the same concerns as multiplying two vectors 

(as  discussed  in  the  “Performing  vector  multiplication”  section,  earlier  in  this 

chapter). The following code produces an element-by-element multiplication of 

two matrixes.

a = np.array([[1,2,3],[4,5,6]])

b = np.array([[1,2,3],[4,5,6]])

a*b


array([[ 1,  4,  9],

       [16, 25, 36]])

Note that 

a

 and 



b

 are the same shape, two rows and three columns. To perform an 

element-by-element multiplication, the two matrixes must be the same shape. 

Otherwise, you see an error message telling you that the shapes are wrong. As 

with vectors, the 

multiply


 function also produces an element-by-element result.

Dot products work completely differently with matrixes. In this case, the number 

of columns in matrix 

a

 must match the number of rows in matrix 



b

. However, the 

number of rows in matrix 

a

 can be any number, and the number of columns in 



matrix 

b

 can be any number as long as you multiply 



a

 by 


b

. For example, the fol-

lowing code produces a correct dot product:

a = np.array([[1,2,3],[4,5,6]])

b = np.array([[1,2,3],[3,4,5],[5,6,7]])

  

a.dot(b)



array([[22, 28, 34],

       [49, 64, 79]])




98


Download 7,18 Mb.

Do'stlaringiz bilan baham:
1   ...   191   192   193   194   195   196   197   198   ...   651




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2025
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish