lehrkraefte:blc:math:maxima-cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
lehrkraefte:blc:math:maxima-cheatsheet [2021/05/05 10:33]
Ivo Blöchliger [Solving exponential equations]
lehrkraefte:blc:math:maxima-cheatsheet [2023/05/04 19:59]
Ivo Blöchliger [Vector operations]
Line 63: Line 63:
 vec2eq(eq):=makelist(rhs(eq)[i]=lhs(eq)[i], i, 1, length(rhs(eq))); vec2eq(eq):=makelist(rhs(eq)[i]=lhs(eq)[i], i, 1, length(rhs(eq)));
 </code> </code>
 +
 +===== Binomial Distribution =====
 +<code maxima>
 +load("distrib");
 +pdf_binomial (25,500,0.03);   
 +cdf_binomial (25,500,0.03);
 +</code>
 +
  • lehrkraefte/blc/math/maxima-cheatsheet.txt
  • Last modified: 2024/05/03 09:06
  • by Ivo Blöchliger