Proof eigenvector matches to a given matrix

1 view (last 30 days)
Imagine the given Matrix & Eigenvector:
A = [3 6; 4 8]
b = [0.75; 1]
Is there a way in MATLAB to proof whether the vector b is an eigenvector of matrix A?

Answers (1)

Steven Lord
Steven Lord on 13 Jun 2021
What is the definition of the eigenvector of a matrix?
Can you demonstrate that A and b satisfy that definition?

Categories

Find more on Linear Algebra in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!