Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question
1

Algebra of functions f:Z_3 -> R

asked 6 years ago

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.

Preview: (hide)

Comments

Do you mean R? See also pairwise_product.

rburing gravatar imagerburing ( 6 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 6 years ago

tmonteil gravatar image

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

Preview: (hide)
link

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: 6 years ago

Seen: 410 times

Last updated: Feb 09 '19