Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Pituivan
/
MathAnimations
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Quadratic Formula Derivation using Binomial Square Identity
- #2
#2
Merged
Pituivan
merged 12 commits into
main
Pituivan/MathAnimations:main
from
new-animation/quadratic-formula-derivation
Pituivan/MathAnimations:new-animation/quadratic-formula-derivation
Copy head branch name to clipboard
Jun 6, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Quadratic Formula Derivation using Binomial Square Identity
#2
Pituivan
merged 12 commits into
main
Pituivan/MathAnimations:main
from
new-animation/quadratic-formula-derivation
Pituivan/MathAnimations:new-animation/quadratic-formula-derivation
Copy head branch name to clipboard
Commits
Commits on Jun 3, 2026
Create first version of a helper method to derive an equation in sequential steps
Pituivan
committed
6212a60
View commit details
Copy full SHA for 6212a60
Browse repository at this point
Commits on Jun 4, 2026
Defined class `DerivationStep`, used by `derive_equation`, for clarity and extensibility
Show description for 524106c
Pituivan
committed
524106c
View commit details
Copy full SHA for 524106c
Browse repository at this point
Turn `derive_equation` into a generator
Pituivan
committed
a1df8c8
View commit details
Copy full SHA for a1df8c8
Browse repository at this point
Make `derive_equation` play the animations itself
Pituivan
committed
eba4df5
View commit details
Copy full SHA for eba4df5
Browse repository at this point
Phase 1: Present quadratic equation, convert left hand to monic form
Pituivan
committed
9884cab
View commit details
Copy full SHA for 9884cab
Browse repository at this point
Remove `steps` variable; inline it in `derive_equation` usage
Pituivan
committed
fb40796
View commit details
Copy full SHA for fb40796
Browse repository at this point
Merge branch 'main' into new-animation/quadratic-formula-derivation
Pituivan
committed
1d56db5
View commit details
Copy full SHA for 1d56db5
Browse repository at this point
Commits on Jun 5, 2026
Add option to `DerivationStep` to use any kind of matching transform as transition
Pituivan
committed
6a254d3
View commit details
Copy full SHA for 6a254d3
Browse repository at this point
Commits on Jun 6, 2026
Phase 2: Square completion analytical proof (binomial square identity)
Pituivan
committed
b4c48ef
View commit details
Copy full SHA for b4c48ef
Browse repository at this point
Slight improvements to derivation
Pituivan
committed
baad435
View commit details
Copy full SHA for baad435
Browse repository at this point
Phase 3: Isolate x and simplify expression into quadratic formula
Pituivan
committed
0e0ffdd
View commit details
Copy full SHA for 0e0ffdd
Browse repository at this point
Define `utils/` as a package in `pyproject.toml` (fix #1)
Pituivan
committed
b5d9c89
View commit details
Copy full SHA for b5d9c89
Browse repository at this point
You can’t perform that action at this time.