Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	clifford.mac
  • Loading branch information
dprodanov committed May 20, 2017
2 parents bfba233 + 8f24dba commit f0dc559
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion clifford.dem
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU General Public License for more details.
*
* Clfford 1.0 demo based on atensor demo by Viktor T. Toth
* Clifford 1.0 demo based on atensor demo by Viktor T. Toth
*/

if get('clifford,'version)=false then load("clifford")$
Expand Down
2 changes: 1 addition & 1 deletion clifford2.dem
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

if get('clifford,'version)=false then load("clifford");

("\Cliford implements Clifford algebra for Maxima.")$
("Clifford implements Clifford algebra for Maxima.")$

("Let us begin with the complex algebra")$
clifford(e,0,1,0);
Expand Down
4 changes: 2 additions & 2 deletions clifford3.dem
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

if get('clifford,'version)=false then load("clifford")$

"Ciford implements Clifford algebra for Maxima."$
"Clifford implements Clifford algebra for Maxima."$

"Inner and outer products in G(3)"$
clifford(e, 3);
Expand Down Expand Up @@ -69,4 +69,4 @@ if get('clifford,'version)=false then load("clifford")$
mtable2i();




6 changes: 3 additions & 3 deletions clifford_outer.dem
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU General Public License for more details.
*
* clfford demo
* clifford demo
*/

if get('clifford,'version)=false then load("clifford")$

"Clifford implements Clifford algebra for Maxima."$

"This demonstration computes roduct tables for n up to 3."$
"This demonstration computes product tables for n up to 3."$

" init Cl(1,0,0)- double numbers"$
clifford(e,1);
Expand Down Expand Up @@ -102,4 +102,4 @@ if get('clifford,'version)=false then load("clifford")$





2 changes: 1 addition & 1 deletion clifford_sta.dem
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

if get('clifford,'version)=false then load("clifford");

("Cliford implements Clifford algebra for Maxima.")$
("Clifford implements Clifford algebra for Maxima.")$

("Space-time algebra")$
clifford(g,1,3);
Expand Down
2 changes: 1 addition & 1 deletion cliffordan.dem
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if get('clifford,'version)=false then load("clifford")$
if get('cliffordan,'version)=false then load("cliffordan")$

"Ciford implements Clifford algebra for Maxima."$
"Clifford implements Clifford algebra for Maxima."$
"Geometric calculus in G(3)"$
clifford(e,3);

Expand Down
4 changes: 2 additions & 2 deletions inversion.dem
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU General Public License for more details.
*
* Clfford 1.0 demo based on atensor demo by Viktor T. Toth
* Clifford 1.0 demo based on atensor demo by Viktor T. Toth
*/

if get('clifford,'version)=false then load(clifford)$
Expand Down Expand Up @@ -39,4 +39,4 @@ dd.cc, expand, ratsimp;
((e[2] . e[1] . e[2])*c*d)/(-a^2+b^2-c^2+d^2),cliffsimpall;


/* End of demo -- comment line needed by MAXIMA to resume demo menu */
/* End of demo -- comment line needed by MAXIMA to resume demo menu */

0 comments on commit f0dc559

Please sign in to comment.