Skip to content

Casually solving math problems with some programming languages.

License

Notifications You must be signed in to change notification settings

KozhaAkhmet/math-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository includes math examples with solutions in some programming languages.

Rules are:

  • Only use standard libraries.
  • You can implement own function/library and use it as part of the solution.

Current Directory Tree:

.
├── Cramer
├── Determinant
│   ├── cpp
│   │   ├── DeterminantSarrus.cpp
│   │   ├── DeterminantSarrus.h
│   │   └── main.py
│   └── py
│       ├── DeterminantSarrus.py
│       └── main.py
└── Euler
    ├── cpp
    │   ├── Euler.cpp
    │   ├── Euler.h
    │   ├── main.cpp
    │   └── output
    └── py
        ├── Euler.py
        └── main.py

About

Casually solving math problems with some programming languages.

Topics

Resources

License

Stars

Watchers

Forks