zoid

8 Reputation

2 Badges

16 years, 298 days

MaplePrimes Activity


These are questions asked by zoid

Hi, I am trying to find a general solution for a special case of the 4x4 Riccati Equation. My worksheet chugs for 5 hours and 2gigs of memory before crashing. Am I posing the problem incorrectly? Or will more memory help (and if so, how much memory)? > with(LinearAlgebra); > A := Matrix([[ZeroMatrix(2), IdentityMatrix(2)], [ZeroMatrix(2), Matrix(2, symbol = a)]]); > B := Matrix([[ZeroMatrix(2)], [Matrix(2, symbol = b)]]);
Page 1 of 1