Group Abstract Group Abstract

Message Boards Message Boards

Solve goes into infinite loop, when solving a quadratic equation system

2 Replies

Not that I would go about it in this way, but if I did, I would change this construct:

Solve[Thread[Chop[Flatten[Transpose[T1s] . As . T1s -
                   B1s]]==ConstantArray[0,n*n]],...]

Since T1s is constructed to be orthogonal, you can make the system linear by multiplying through by Transpose[T1s].

POSTED BY: Daniel Lichtblau
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard