Category: Code

0

How I drew the linear equations using latex

Below is the code I used to create the diagram. \documentclass[a4,12pt]{article} \usepackage{tkz-base} \usepackage{tkz-fct} \usepackage{tikz} \usepackage{pgfplots} \begin{document} \noindent For each of the following lines, \\ find the...

Mersenne Primes

I saw an interesting challenge on SoloLearn about writing code to find all the Mersenne primes up to a number.  I started by writing a function...