Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

remel19/Math-308

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Math-308

CUNY-City University of New York: Math 308 problem solving using Python (Fall 2015)

Three assignments are solved using python. Each Assignment Folder has a PDF describing the problem and a python solution file.

All the problems are in the form of a function which can be run through terminal/cmd. First navigate to the appropiate folder where the file with .py extension is, then run

$python

Which will open the python shell. Once in the shell, import the function then pass in values(if necessary) to get the correct output. For example: From assginment_1 to check if a number is_prime(x) which takes a parameter and returns True or False use:

>>> from pa1 import is_prime
>>> is_prime(7)
True
>>> is_prime(9)
Flase

Follow the same direction to use other functions.

About

CCNY- Math 308 problem solving using Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages