Home
last modified time | relevance | path

Searched refs:lfreeof (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/maxima/maxima-5.43.2/share/to_poly_solve/
H A Dto_poly_solve.mac296 p : sublist(p, lambda([s], not lfreeof(vars,s))),
302 if is(equal(b,0)) = true and lfreeof(vars,a) and fzero # false then (
312 else if lfreeof(vars, a) and lfreeof(vars, b) and is(finv # false) then (
338 cexpargs : subset(expargs, lambda([s], lfreeof(vars,first(s)))),
348 if eee # %g and polynomialp(eee,[%g], lambda([s], lfreeof(vars,s))) then (
356 if polynomialp(eee,[%g], lambda([s], lfreeof(vars,s))) then (
365 if eee # %g and polynomialp(eee,[%g], lambda([s], lfreeof(vars,s))) then (
375 if eee # %g and polynomialp(eee,[%g], lambda([s], lfreeof(vars,s))) then (
385 if polynomialp(eee,[%g], lambda([s], lfreeof(vars,s))) then (
557 else if opequal_p(rhs(s),"^") and lfreeof(v, second(rhs(s))) then (
[all …]
/dports/math/maxima/maxima-5.43.2/share/contrib/unit/
H A Dunit.mac404 if not(lfreeof(globalbaseunitlisting,
428 if not(lfreeof(globalbaseunitlisting,dimension)) then (
431 if not(lfreeof(globalderivedunitlisting,dimension)) then (
464 if lfreeof(unitlistname[i][1],currentunitlist[1]) then (
514 if not(lfreeof(unitlistname[i][1],currentunit)) then (
569 if not(lfreeof(unitlistname[i][1],fullunitname)) then (
589 if not(lfreeof(unitlistname[i][1],abbr)) then (
614 if not(lfreeof(unitlistname[j][1],units)) then (
755 if not(lfreeof(unitlistname[j][1],desiredunits)) then (
775 if (not(lfreeof(globalbaseunitlisting,dimension)) or
[all …]
/dports/math/maxima/maxima-5.43.2/share/bernstein/
H A Dbernstein_utilities.mac22 …if not polynomialp(p,v, lambda([s], lfreeof(v,s))) then error("Input to bernstein_factor must be a…
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest11.mac277 lfreeof([x],y);
279 lfreeof([x],y+z);
281 lfreeof([x,y],y+z);
/dports/math/maxima/maxima-5.43.2/doc/info/
H A DExpressions.texi1218 @anchor{lfreeof}
1219 @deffn {Function} lfreeof (@var{list}, @var{expr})
1228 @c lfreeof ([ a, x], x^2+b);
1229 @c lfreeof ([ b, x], x^2+b);
1230 @c lfreeof ([ a, y], x^2+b);
1234 (%i1) lfreeof ([ a, x], x^2+b);
1238 (%i2) lfreeof ([ b, x], x^2+b);
1242 (%i3) lfreeof ([ a, y], x^2+b);
H A Dmaxima.info238 Ref: lfreeof206180
H A Dindex.hhk3539 <param name="Local" value="maxima_6.html#index-lfreeof">
3540 <param name="Name" value="lfreeof"></object>
H A Dmaxima.info-15592 -- Function: lfreeof (<list>, <expr>)
5599 (%i1) lfreeof ([ a, x], x^2+b);
5601 (%i2) lfreeof ([ b, x], x^2+b);
5603 (%i3) lfreeof ([ a, y], x^2+b);
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dmaxima.vim114 syn keyword maximaFunc lfreeof lg lgtreillis lhospitallim lhs liediff limit limsubst
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dmaxima.vim114 syn keyword maximaFunc lfreeof lg lgtreillis lhospitallim lhs liediff limit limsubst
/dports/math/maxima/maxima-5.43.2/share/contrib/integration/
H A Dabs_integrate.mac410 linear_p(e,var) := polynomialp(e, var, lambda([s], lfreeof(var,s)), lambda([k],is(k=0 or k=1)));
/dports/www/nextcloud/nextcloud/apps-pkg/text/js/highlight/
H A Dmaxima.js.map1 …p legendre_q leinstein length' +\n ' let letrules letsimp levi_civita lfreeof lgtreillis lhs li…
/dports/math/maxima/maxima-5.43.2/doc/info/de/
H A Dmaxima.info234 Ref: lfreeof231903
H A Dmaxima.info-15425 freeof lfreeof
6187 -- Funktion: lfreeof (<list>, <expr>)
6190 aufgerufen. 'lfreeof' hat den R�ckgabewert 'true', wenn keines der
/dports/math/maxima/maxima-5.43.2/doc/info/de.utf8/
H A Dmaxima.info234 Ref: lfreeof231903
H A Dmaxima.info-15425 freeof lfreeof
6187 -- Funktion: lfreeof (<list>, <expr>)
6190 aufgerufen. 'lfreeof' hat den Rückgabewert 'true', wenn keines der
/dports/math/maxima/maxima-5.43.2/locale/
H A Dpt.po2343 msgid "lfreeof: first argument must be a list; found: ~M"
H A Des.po2998 msgid "lfreeof: first argument must be a list; found: ~M"
/dports/math/maxima/maxima-5.43.2/share/algebra/charsets/
H A Dcharsets-orig.mac3078 lambda([x],integerp(x) or (not constantp(x) and lfreeof(ord,x)))) then (
H A Dcharsets.mac3079 lambda([x],integerp(x) or (not constantp(x) and lfreeof(ord,x)))) then (
/dports/math/maxima/maxima-5.43.2/doc/info/pt/
H A Dmaxima.info-65145 * lfreeof: Defini��es para Express�es.
/dports/math/maxima/maxima-5.43.2/doc/info/pt.utf8/
H A Dmaxima.info-65145 * lfreeof: Definições para Expressões.
/dports/math/maxima/maxima-5.43.2/doc/info/es/
H A Dmaxima.info-17170 -- Funci�n: lfreeof (<list>, <expr>)
/dports/math/maxima/maxima-5.43.2/doc/info/es.utf8/
H A Dmaxima.info-17170 -- Función: lfreeof (<list>, <expr>)
/dports/math/maxima/maxima-5.43.2/doc/info/pt_BR/
H A Dmaxima.info-14903 -- Fun��o: lfreeof (<lista>, <expr>)

12