PolyMath icon indicating copy to clipboard operation
PolyMath copied to clipboard

Scientific Computing with Pharo

Results 61 PolyMath issues
Sort by recently updated
recently updated
newest added

``ShapeMismatch`` class is not used by another class and not prefixed by PM.

Add support for tests coverage in the CI with : http://coveralls.io

Priority: Medium
Status: In Progress
Type: Enhancement

At the moment, we can only built a random matrix with: ```Smalltalk PMMatrix class>>rows: rows columns: columns random: aMaxNumber "Answer a new Matrix of the given dimensions filled with random...

Priority: Low
Status: Available
Type: Enhancement

For browsing Data Frames it could be interesting to use the [data-inspector](https://github.com/pharo-ai/data-inspector) by default in Polymath. This issue would only modify the BaselineOf to include the data-inspector.

Type: Enhancement

The RSGrapher isn't included in PolyMath v1.0.3, so I run into the following error when attempting to run the example from [Quick start to ODE](https://github.com/PolyMathOrg/PolyMath/wiki/Quick-start-to-ODE) ![Screenshot from 2021-09-12 16-06-55](https://user-images.githubusercontent.com/14095576/133004433-58afd7bf-0608-4bf5-b17b-016052e047a7.png) Not...

At the moment, the PM documentation is quite dispersed: - in Wiki: https://github.com/PolyMathOrg/PolyMath/wiki - in the book: https://github.com/SquareBracketAssociates/NumericalMethods/releases/tag/snapshot-2016-01-17 We need a better way to organized all the doc, maybe by...

Priority: Medium
Status: In Progress
Type: Question

What kind of nice demos we can do with PM 1.0 ? At the moment, we have the following ones : - compute digit of Pi - Lorenz system :...

Priority: Medium
Status: Available
Type: Maintenance

Dual numbers and hyper dual numbers are just specific examples of multi-dimensional dual numbers. I guess that later we can supersede PMDualNumber and PMHyperDualNumber classes by a PMMultiDualNumber class later...

Priority: Low
Status: Available
Type: Enhancement

Code to Reproduce Error ``` Smalltalk |a pca | a := PMMatrix rows: #(#(-1 -1 1) #(-2 -1 2) #(-3 -2 3)). pca := PMPrincipalComponentAnalyserSVD new componentsNumber: 2. pca fit:...

Priority: Medium
Status: Available
Type: Enhancement