exercise:0ab071c73c: Difference between revisions

From Stochiki
(Created page with "<div class="d-none"><math> \newcommand{\NA}{{\rm NA}} \newcommand{\mat}[1]{{\bf#1}} \newcommand{\exref}[1]{\ref{##1}} \newcommand{\secstoprocess}{\all} \newcommand{\NA}{{\rm NA}} \newcommand{\mathds}{\mathbb}</math></div> Write a program for the user to input <math>n</math>, <math>p</math>, <math>j</math> and have the program print out the exact value of <math>b(n, p, k)</math> and the Poisson approximation to this value.")
 
No edit summary
 
Line 1: Line 1:
<div class="d-none"><math>
Write a program for the user to input <math>n</math>, <math>p</math>, <math>j</math> and have the program print out the exact value of <math>b(n, p, k)</math> and the Poisson approximation to this value.
\newcommand{\NA}{{\rm NA}}
\newcommand{\mat}[1]{{\bf#1}}
\newcommand{\exref}[1]{\ref{##1}}
\newcommand{\secstoprocess}{\all}
\newcommand{\NA}{{\rm NA}}
\newcommand{\mathds}{\mathbb}</math></div> Write a program for the user to input <math>n</math>, <math>p</math>, <math>j</math> and have the
program print out the exact value of <math>b(n, p, k)</math> and the Poisson approximation to
this value.

Latest revision as of 01:07, 14 June 2024

Write a program for the user to input [math]n[/math], [math]p[/math], [math]j[/math] and have the program print out the exact value of [math]b(n, p, k)[/math] and the Poisson approximation to this value.