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:

Last

Function: last (<expr>) Returns the last part (term, row, element, etc.) of the <expr>.

f1:(x-1)^2+(y)^2=2^2;
f2:(x)^2+(y-1)^2=2^2;
solve([f1,f2],[x,y]);
[f1_1,f1_2]:map(lambda([f],last(f)),solve(f1,y));
[f2_1,f2_2]:map(lambda([f],last(f)),solve(f2,y));
plot2d([f1_1,f1_2,f2_1,f2_2],[x,-2,3]);

(%o1)                                true
(%i2) 

Related Examples

last-rk

g:10;

ro: rk([v,-g],[x,v],[...

last(ro);

Calculate

last-numer-rk

g:10;

r0:rk([v,-g],[x,v],[0...

last(r0);

Calculate

last-makelist-numer-plot2d-rk
plot2d([discrete,r1]);

g:10;

r0:rk([v,-g],[x,v],[0...

last(r0);

Calculate

last-makelist-numer-plot2d-rk
plot2d([discrete,r1]);

g:10;

r0:rk([v,-g],[x,v],[0...

last(r0);

Calculate

last-numer-rk

g:10;

ro: rk([v,-g],[x,v],[...

last(ro);

Calculate

last-numer-rk

g:10;

r0:rk([v,-g],[x,v],[0...

last(r0);

Calculate

last-numer-rk

g:10;

ro: rk([v,-g],[x,v],[...

last(ro);

Calculate

last-rk

g:10;

ro: rk([v,-g],[x,v],[...

last(ro);

Calculate

last-makelist-numer-plot2d-rk
plot2d([discrete,r1]);

g:10;

r0:rk([v,-g],[x,v],[0...

last(r0);

Calculate

last-makelist-numer-plot2d-rk
plot2d([discrete,r1]);

g:10;

r0:rk([v,-g],[x,v],[0...

last(r0);

Calculate