Determinant.py
Budget: $10 – $30 USD
In this project you will write a Python program that computes the expected value of the determinant of a
random matrix. You will do this by using a mathematical technique known as Monte Carlo, that uses
random sampling to compute solutions to problems which would otherwise be difficult or impossible to
access. You will also write a recursive function that computes the determinant of a square matrix,
represented as a list of lists of numeric values. The exact instructions are below.
random matrix. You will do this by using a mathematical technique known as Monte Carlo, that uses
random sampling to compute solutions to problems which would otherwise be difficult or impossible to
access. You will also write a recursive function that computes the determinant of a square matrix,
represented as a list of lists of numeric values. The exact instructions are below.