12.07.2015 Views

GNU Octave - Local Sector 7 web page

GNU Octave - Local Sector 7 web page

GNU Octave - Local Sector 7 web page

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 20: Linear Algebra 183kron (a, b)Form the kronecker product of two matrices, defined block by block asx = [a(i, j) b]For example,kron (1:4, ones (3, 1))⇒ 1 2 3 41 2 3 41 2 3 4Function Filex = syl (a, b, c)Solve the Sylvester equationLoadable FunctionAX + XB + C = 0using standard Lapack subroutines. For example,syl ([1, 2; 3, 4], [5, 6; 7, 8], [9, 10; 11, 12])⇒ [ -0.50000, -0.66667; -0.66667, -0.50000 ]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!