User Tools

Site Tools


notes:discrete:fall2023:projects:mor0

This is an old revision of the document!


Table of Contents

MOR0

Matrix

Recursion

The concept of recursion is actually simple but implementing it is more challenging than you might think. Recursion works by creating a function that calls itself until it hits a base case to end/breakout of the recursion function. Along with the base case, it has another case that slowly leads to the base case.

A simple implementation of this can be seen with a function that gets the factorial value given a certain number.

notes/discrete/fall2023/projects/mor0.1699490519.txt.gz · Last modified: 2023/11/09 00:41 by wgates1