polar edit page

compute the polar decomposition of rank 2 tensors

Syntax

[R,SL] = polar(T)
[R,SL,SR] = polar(T)

Input

T rank 2 tensor

Output

R orthogonal rank 2 tensor
SL symmetric rank 2 tensor such that SL * R = T
SR symmetric rank 2 tensor such that R * SR = T