Better documentation for skew fields, and fields which don't close under all implemented operations
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- typescript
- Domain
- tooling
Research direction
Locate the implementations of toString, toHorner, mul, eval, and pow, then read how polynomial coefficients and field operations are represented. Document the left/right quaternion polynomial convention, check that the named operations use it consistently, and document the lack of closure for pow over ℚ and ℝ; done means the documentation and behavior agree.
Written by the indexing model from the issue text.
Description
- If we are working in the quaternions ℍ, there are two canonical forms for a polynomial; we could either use the left or right polynomial, i.e. P(x) = ∑ a_k x^k, or P(x) = ∑ x^k b_k. These two differ because ℍ is non-commutative. This subtlety needs to be documented, and ensured that it's implemented consistently throughout, e.g. within
toString,toHorner,mul, andeval. - The fields ℚ and ℝ are not closed under the
powoperation, but this operation is assumed to be implemented for each field. This needs to be documented.
- Dominant language
- TypeScript
- Stars
- 135
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from rawify/Polynomial.js
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
rawify/Polynomial.js#12 · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
rawify/Polynomial.js#11 · 1 comment ·
All issues in rawify/Polynomial.js
Similar issues
-
comp/dashboard P3 type/bug
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
NousResearch/hermes-agent#117722 ·
-
clawsweeper:fix-shape-clear clawsweeper:queueable-fix clawsweeper:source-repro impact:ux-friction issue-rating: 🦞 diamond lobster no-stale P3
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 76/100
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·