Skip to content

Latest commit

 

History

History

0x02-calculus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

0x02. Calculus

Description

This project is about differential and integral calculus concepts. Solving some multiple choice questions and programming derivate and integrate functions.

General Objectives

  • Summation and Product notation
  • What is a series?
  • Common series
  • What is a derivative?
  • What is the product rule?
  • What is the chain rule?
  • Common derivative rules
  • What is a partial derivative?
  • What is an indefinite integral?
  • What is a definite integral?
  • What is a double integral?

Mandatory Tasks

File Description
0-sigma_is_for_sum Solution to:
0-sigma_is_for_sum.jpg
1-seegma Solution to:
1-seegma.jpg
2-pi_is_for_product Solution to:
2-pi_is_for_product.jpg
3-pee Solution to:
3-pee.jpg
4-hello_derivatives Solution to:
4-hello_derivatives.JPG
5-log_on_fire Solution to:
5-log_on_fire.JPG
6-voltaire Solution to:
6-voltaire.JPG
7-partial_truths Solution to:
7-partial_truths.JPG
8-all-together Solution to:
8-all-together.JPG
9-sum_total.py Function that calculates:
9-sum_total.jpg
10-matisse.py Function that calculates the derivative of a polynomial.
11-integral Solution to:
11-integral.JPG
12-integral Solution to:
12-integral.JPG
13-definite Solution to:
13-definite.JPG
14-definite Solution to:
14-definite.JPG
15-definite Solution to:
15-definite.JPG
16-double Solution to:
16-double.JPG
17-integrate.py Function that calculates the integral of a polynomial.