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
/
Old Format
/
at
master
1 folder
21 files
Eric Wieser
Deprecate Get_Program (#349)
6y ago
9469185f
outdated
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
bad_example.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
eval_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
7 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
7 years ago
latex_check.pdf
I messed up the repository and it was easier to start over again. Note that this version includes a fix to A.exp() where A is a multivector. Problem was that output of A.exp() did not set is_blade_rep flag resulting in printing error.
10 years ago
latex_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
matrix_latex.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
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
physics_check_latex.pdf
I messed up the repository and it was easier to start over again. Note that this version includes a fix to A.exp() where A is a multivector. Problem was that output of A.exp() did not set is_blade_rep flag resulting in printing error.
10 years ago
physics_check_latex.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
print_check_latex.pdf
I messed up the repository and it was easier to start over again. Note that this version includes a fix to A.exp() where A is a multivector. Problem was that output of A.exp() did not set is_blade_rep flag resulting in printing error.
10 years ago
print_check_latex.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
7 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
7 years ago
products_latex.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
7 years ago
reflect_test.pdf
Verify examples/Old Format except that class Manifold is no longer present
7 years ago
reflect_test.py
Verify examples/Old Format except that class Manifold is no longer present
7 years ago
simple_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
7 years ago
simple_check_latex.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
simple_test_latex.pdf
I messed up the repository and it was easier to start over again. Note that this version includes a fix to A.exp() where A is a multivector. Problem was that output of A.exp() did not set is_blade_rep flag resulting in printing error.
10 years ago
spherical_latex.pdf
I messed up the repository and it was easier to start over again. Note that this version includes a fix to A.exp() where A is a multivector. Problem was that output of A.exp() did not set is_blade_rep flag resulting in printing error.
10 years ago
spherical_latex.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
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