Problema Creare un programma o una funzione in grado di calcolare il risultato di una matrice elevato alla n esima potenza. Il codice prenderà una matrice quadrata arbitraria A e un numero intero non negativo n , e restituirà una matrice con il valore A n . restrizioni Le funzioni …
Negli esempi che seguono, Ae Bsarà di 2-by-2 matrici e le matrici sono uno indicizzate. Un prodotto Kronecker ha le seguenti proprietà: A⊗B = A(1,1)*B A(1,2)*B A(2,1)*B A(2,2)*B = A(1,1)*B(1,1) A(1,1)*B(1,2) A(1,2)*B(1,1) A(1,2)*B(1,2) A(1,1)*B(2,1) A(1,1)*B(2,2) A(1,2)*B(2,1) A(1,2)*B(2,2) A(2,1)*B(1,1) A(2,1)*B(1,2) A(2,2)*B(1,1) A(2,2)*B(1,2) A(2,2)*B(2,1) A(2,2)*B(1,2) A(2,2)*B(2,1) A(2,2)*B(2,2) Una somma di Kronecker ha …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.