Sponsored links: Algebra eBooks
 

Help Index

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

The Maxima on-line user's manual

Algebra Calculator

Search:

Sin

Function: sin (<x>) - Sine.

eq1:x*cos(z)+y*sin(z);
hessian(eq1,[x,y,z]);

There are also some inexact matches for sin. Try ?? sin to see them.

(%o1)                                true
(%i2) 

Related Examples

sin-solve

eq1:sin(x)/x=2;

solve([eq1],[x]);

Calculate

sin-taylor

taylor (sin (x + y), ...

Calculate

sin

a(t):=%e^(sin(t)-x^2);

Calculate

sin

sin(%pi/5);

Calculate

sin-taylor

taylor (sin (x + y), ...

Calculate

sin-sqrt

t(x):=sqrt(2*((x*m)-0...

i(x):=sin(t(x)*x);

i(5);

Calculate

sin

deg: 30;

sin(deg);

Calculate

sin-solve

eq1:DP^2+DX^2=PX^2;

eq2:CX^2+CY^2=XY^2;

eq3:BY^2+AB^2=AY^2;

Calculate

sin-trigreduce

(sin(x))^2=trigreduce...

((sin(x))^2)^2=(trigr...

Calculate

sin-solve

x(t):=v*sin(alpha)*t;

y(t):=-1/2*t^2+v*sin(...

tf:solve(y(t),t);

Calculate