tan^2*(45+x/2)

tan^2*(45+x/2)

2 comentarios

Rik
Rik el 24 de Jun. de 2020
You forgot to ask a question.
bruk tgsetu
bruk tgsetu el 24 de Jun. de 2020
how can in write on matlab

Iniciar sesión para comentar.

Respuestas (1)

Rik
Rik el 24 de Jun. de 2020
Editada: Rik el 24 de Jun. de 2020

1 voto

You probably mean either of these:
% if x is in radians:
tan(45+x/2).^2
% if x is in degrees:
tand(45+x/2).^2
If you don't, please explain in a comment to your question what you mean mathematically.

2 comentarios

Steven Lord
Steven Lord el 24 de Jun. de 2020
That 45 in the expression makes me suspect bruk tgsetu is working in degrees, in which case they should use the degree-based tangent function tand instead of the radian-based tan.
Rik
Rik el 24 de Jun. de 2020
Good point. I've edited my answer to include that point.

Iniciar sesión para comentar.

Categorías

Más información sobre Performance and Memory en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 24 de Jun. de 2020

Comentada:

Rik
el 24 de Jun. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by