For representing polynomials we can use base notation , it will make some operation easier.
for example 1+x+x^2 = (111)_x
For multiplication (x+1) * (x+1) = x^2 + 2x + 1
We can represent as (11)_x + (11)_x = (121)_x
It becomes like a regular multiplication if it does not excess 10 for one digit , but if it does than we need to seperate number e.g. (1,13,1)_x = x^2 + 13x + 1
We can assume at this point x > R (all real numbers) in base notation.
Subscribe to:
Post Comments (Atom)
Be human
The biggest mistake repeated throughout history has always been people in power thinking they have the right to harm the innocent for what t...
-
Run following command in js console if you want make web sites audible with a click document.getElementsByTagName("p")].map(p =...
-
Real Time Transcription: In TV channels I realize that text is a little bit coming late after the speech. So , I think they are using...
-
"We introduce a new type of foundational model for parsing human anatomy in medical images that works for different modalities. It supp...
No comments:
Post a Comment