symbolic multiplication doubt in usage of * or .*
Mostrar comentarios más antiguos
hi guys
I`m not sure of usage the .* or * and .^ or ^ in multiplying terms for example:
if:
syms Alpha
U21=(Alpha+(Alpha.^3/D21))*cos(Alpha*X1)/2;
then wich is correct:
u2=U21.*sin(Alpha2*Zeta2) or u2=U21*sin(Alpha2*Zeta2)
or in Alpha should I use .^ or only ^
thanks a lot
Respuesta aceptada
Más respuestas (2)
atabak mostafavi
el 18 de Oct. de 2019
0 votos
atabak mostafavi
el 18 de Oct. de 2019
0 votos
Categorías
Más información sobre Operators and Elementary Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!