https://github.com/imsanjoykb/matlab-programming-all-solution-
Matlab Programming Solution.
https://github.com/imsanjoykb/matlab-programming-all-solution-
matlab-programming matlab-programs octave signal-processing simplex
Last synced: 9 months ago
JSON representation
Matlab Programming Solution.
- Host: GitHub
- URL: https://github.com/imsanjoykb/matlab-programming-all-solution-
- Owner: imsanjoykb
- License: mit
- Created: 2018-09-09T16:27:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T17:30:34.000Z (about 5 years ago)
- Last Synced: 2025-04-09T13:01:45.460Z (12 months ago)
- Topics: matlab-programming, matlab-programs, octave, signal-processing, simplex
- Language: MATLAB
- Homepage:
- Size: 443 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MatLab Programming
============
Linear Programming and Integer Programming Solver with Simplex in Octave/Matlab
I had written and tested it in Octave from scratch.
MatLab Signal Problem
MatLab Scientific problem
ReadInput
Rearrange
Scientific calculation
Signal Processing Problem
Matlab unit test
The performance is not good since the implementation of Simplex is using Bland's rule to choose leaving and entering variable, which can make sure the algorithm terminates but it's not optimal.
The IP is using Gomory-Chvatal Cut. It, however, may suffer from numerical problem when checking if a number is integer.
Solved By Sanjoy Biswas
==============================