Geogebra 排列指令
nPr(number,number)
nPr(10,1) yields 10
nPr(10,2) yields 10*9
nPr(10,3) yields 10*9 *8
利用Sequence()產生nPr(10,1),.....,nPr(10,10)
Sequence(nPr(10,i),i,1,10)
Geogebra 排列指令
nPr(number,number)
nPr(10,1) yields 10
nPr(10,2) yields 10*9
nPr(10,3) yields 10*9 *8
利用Sequence()產生nPr(10,1),.....,nPr(10,10)
Sequence(nPr(10,i),i,1,10)
cardinality(U);
cardinality(A);
cardinality(B);
AuB:union(A,B);
cardinality(%);
Ap:setdifference(U,A); true
if sets a and b have the same number of elements
and is(x = y)
is true
for x
in the elements of a
and y
in the elements of b,
considered in the order determined by listify
.
Otherwise, setequalp
returns false
.
disjoin(A,B);
disjoin(B,A);
http://maxima.sourceforge.net/docs/manual/maxima_35.html#SEC188
load(functs)
.
load(functs)
.
load(functs);
a, a + d, a + 2*d, ..., a + (n - 1)*d
.
load(functs)
.
a, a*r, a*r^2, ..., a*r^(n - 1)
.
load(functs)
.
a/b, a/(b + c), a/(b + 2*c), ..., a/(b + (n - 1)*c)
.
load(functs)
.
load(functs)
.
inf
) then a sum is finite only if the absolute value
of r is less than 1.
load(functs)
.
load(functs);