سؤال

I wa swondering if anyone knows of any function in Maxima to find the normalized eigen vectors of a 21x21 matrix?

I am using the function dgeev but I do not believe these eigenvectors are normalized.

I appreciate Any thoughts, Ben

هل كانت مفيدة؟

المحلول

The eigenvectors computed by dgeev are indeed normalized to have Euclidean norm = 1. Keep in mind that to compute the norm of a complex vector (let's call it v), you want

sqrt (ctranspose (v) . v)

Here ctranspose is the conjugate transpose.

نصائح أخرى

ueivectors normalizes the eigenvectors but apparently not the eignevlaues

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top