alpha
Login
or
Join now
utensil.tngl.sh
/
pygae-galgebra
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Symbolic Geometric Algebra/Calculus package for SymPy 馃敭 Mirror of https://github.com/pygae/galgebra
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
pygae-galgebra
/
examples
/
Terminal
/
at
master
13 files
Ulysses Tiberious
docs(examples): add tutorial for extracting coordinates from multivectors (#551)
4mo ago
a860be15
1d_grad.py
docs(examples): add tutorial for extracting coordinates from multivectors (#551)
4 months ago
ConformalConsole.py
Deprecate Get_Program (#349) This function was basically useless. The behavior before was that: * `Get_Program(); Print_Function()` is the same as `Print_Function()` * `Get_Program(True); Print_Function()` is a no-op It's simpler to just not call `Print_Function` if you don't want to print the function. Note that removing lines from the python files means the line number of the deprecation warnings change.
6 years ago
coefs_test.py
Deprecate Get_Program (#349) This function was basically useless. The behavior before was that: * `Get_Program(); Print_Function()` is the same as `Print_Function()` * `Get_Program(True); Print_Function()` is a no-op It's simpler to just not call `Print_Function` if you don't want to print the function. Note that removing lines from the python files means the line number of the deprecation warnings change.
6 years ago
exp_check.py
Remove executable bit from everything without a shebang If it doesn't have a shebang and isn't bash or a binary, it shouldn't be marked as executable Performed using `git ls-files | xargs -d '\n' git update-index --chmod=-x`, and then manually removing the three files with a shebang
6 years ago
extracting_coords.py
docs(examples): add tutorial for extracting coordinates from multivectors (#551)
4 months ago
lt_check.py
Verify all examples for Terminal 1. run futurize -x libfuturize.fixes.fix_division_safe -w 1 *.py 2. manually fix ga imports etc. 3. Run `pytest --cov=galgebra --nbval examples/ipython/Terminal.ipynb --current-env` to validate and fix
7 years ago
lt_test.py
Fix for Python 3.4 & 3.5 Shoud not rely on the order of keys of Dict
7 years ago
mv_setup_options.py
Deprecate Get_Program (#349) This function was basically useless. The behavior before was that: * `Get_Program(); Print_Function()` is the same as `Print_Function()` * `Get_Program(True); Print_Function()` is a no-op It's simpler to just not call `Print_Function` if you don't want to print the function. Note that removing lines from the python files means the line number of the deprecation warnings change.
6 years ago
prob_not_solenoidal.py
Remove executable bit from everything without a shebang If it doesn't have a shebang and isn't bash or a binary, it shouldn't be marked as executable Performed using `git ls-files | xargs -d '\n' git update-index --chmod=-x`, and then manually removing the three files with a shebang
6 years ago
reciprocal.py
Verify all examples for Terminal 1. run futurize -x libfuturize.fixes.fix_division_safe -w 1 *.py 2. manually fix ga imports etc. 3. Run `pytest --cov=galgebra --nbval examples/ipython/Terminal.ipynb --current-env` to validate and fix
7 years ago
rotations.py
Remove assignments to mv.obj (#141) * Remove assignments to mv.obj It is much easier to reason about multivector objects if they are are not mutated unexpectedly. This changes the following functions to not mutate their arguments. Any code relying solely on the return value will be unaffected: * `Metric.applymv` * `Mv.diff` * `Mv.simplify` * `Mv.expand` * `Mv.collect` This also changes `Mv.Mv_str` and `Mv.Mv_latex_str` to not mutate their multivectors when they are printed - this is super surprising behavior * Remove `Mv.first_line` This was a bad workaround to pass variables to a closure in the printer * Fix typo in earlier commit
6 years ago
sundial.py
feat(examples): add sundial problem demonstrating core GA operations (#549)
4 months ago
terminal_check.py
Deprecate Get_Program (#349) This function was basically useless. The behavior before was that: * `Get_Program(); Print_Function()` is the same as `Print_Function()` * `Get_Program(True); Print_Function()` is a no-op It's simpler to just not call `Print_Function` if you don't want to print the function. Note that removing lines from the python files means the line number of the deprecation warnings change.
6 years ago