which of the following sets vectors are independent?

1 visualización (últimos 30 días)
宇 周
宇 周 el 16 de Mzo. de 2023
Comentada: 宇 周 el 20 de Mzo. de 2023
How to use function rank to judge" sint,cost,cos(2t)" are independent vectors??

Respuesta aceptada

Torsten
Torsten el 17 de Mzo. de 2023
Editada: Torsten el 17 de Mzo. de 2023
In order to prove that sin(t), cos(t) and cos(2*t) are independent, you have to show that if
f(t) = a*sin(t) + b*cos(t) + c*cos(2*t)
for scalars a, b, c in IR is the identical null function (i.e. f(t) = 0 for all t), then a,b and c must all be zero.
So assume f is the null function.
Then the expression a*sin(t) + b*cos(t) + c*cos(2*t) will give zero especially when you insert t=0, t=pi/2 and t=pi.
See what follows for a,b and c by setting up the corresponding (3x3) linear system of equations for a, b and c and solving it - maybe by determining the rank of the coefficient matrix, if your assignment says you should do so.
  5 comentarios
Torsten
Torsten el 18 de Mzo. de 2023
The dimension of the three vectors is not infinity and such a thing as a "rank" for functions does not exist.
To determine whether the three functions span a three-dimensional vector space, you can either proceed as I suggested or - if you already heard about this in your course - use the Wronskian:
宇 周
宇 周 el 20 de Mzo. de 2023
Thank you.

Iniciar sesión para comentar.

Más respuestas (0)

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by