Ask Your Question
2

Can SAGE compute with ordinals?

asked 2014-11-28 16:26:23 +0200

phs gravatar image

Computing with ordinal expressions like $(\omega^{\omega^2+1}+\omega)^{\omega+2}$ is not very different from handling polynomials, at least if we restrict to ordinals below $\epsilon_0$ written in Cantor Normal Form.

I did not see ordinals mentioned in the manual. Does SAGE know how to do such computations?

I'm interested in basic operations like addition, multiplication, exponentiation, comparison, and it is painful (and risky) to do them by hand.

edit retag flag offensive close merge delete

Comments

Nice question. Juste a note: we write Sage rather than SAGE. Originally it was an acronym standing for "Software for Algebraic and Geometric Exploration", but as it now covers all of mathematics, the acronym was abandoned and Sage became just a plain name, and is written with just an initial capital letter.

slelievre gravatar imageslelievre ( 2014-11-28 21:38:01 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-11-28 16:37:09 +0200

tmonteil gravatar image

updated 2014-11-28 16:44:20 +0200

Unfortunately Sage does not handle ordinals yet. That said, if you show up with some implementation, i am pretty sure someone will help you to insert it within Sage source code. It should also be possible to interface with existing software such as http://www.mtnmath.com/ord/index.html (whose dependencies MPIR and readline are already satisfied within Sage).

edit flag offensive delete link more

Comments

Thanks a 1.0E06 for the pointer to the Ordinal Calculator ! I'll try it right away...

phs gravatar imagephs ( 2014-11-28 19:07:42 +0200 )edit

Note that i did not check its pertinence, i just found it from a web search.

tmonteil gravatar imagetmonteil ( 2014-11-29 01:23:29 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2014-11-28 16:26:23 +0200

Seen: 226 times

Last updated: Nov 28 '14