Skip to content

dhruv282/git-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Requirements

  • Python 3.7

This code makes use of the f"..." or f-string syntax. This syntax was introduced in Python 3.6.

Sample Execution & Output

If run without command line arguments, using

python newtons_method.py

the following usage message will be displayed.

Usage: ./newtons_method.py initial_guess

If run using

python newtons_method.py 2

result similar to

x = 1.0000000469590518 | f(x) = 9.391810573688986e-08 | 5 iterations

should be generated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages