Ask Your Question
1

Algebra of functions f:Z_3 -> R

asked 2019-02-09 22:01:49 +0200

JulioNAQ gravatar image

I want to create an implementation of an algebra of functions with domain {0,1,2} and range in R. The sum and the product is the usual pointwise sum and product. I have the idea of represent it as a 3 dimensional vectors with the usual sum of vectors, bot I need implement a new product. The implementation of this algebra will be used for create a polynomial system of equations that I need to solve, so the implementation should be compatible with the procedure indicated in the entry titled Find algebraic solutions to system of polynomial equations If someone have any idea please help me. Thanks in advance.

edit retag flag offensive close merge delete

Comments

Do you mean $\mathbb{R}$? See also pairwise_product.

rburing gravatar imagerburing ( 2019-02-09 23:09:53 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-02-09 22:48:15 +0200

tmonteil gravatar image

At first, you can have a look to the following thematic tutorials about implementing your own algebraic structure in Sage:

edit flag offensive delete link more

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: 2019-02-09 22:01:49 +0200

Seen: 314 times

Last updated: Feb 09 '19