ScratchData LogoScratchData
Back to chooper-beta's profile

Simultaneous Equations Solver

CHchooper-beta•Created January 17, 2016
Simultaneous Equations Solver
10
7
307 views
View on Scratch

Instructions

For use with equations of the form y = mx + c Gradient = m Y-Intercept = c Works with *any* equation of the form y = mx + c

Description

Taken from this project: https://scratch.mit.edu/projects/94465760/ Formulas: To calculate x: x = (c2 - c1) / (m1 - m2) To calculate y: y = (m1c2 - m2c1) / (m1 - m2) OR y = (x * m1) + c1 Equations were calculated using pen, paper and patience :)

Project Details

Project ID94451860
CreatedJanuary 17, 2016
Last ModifiedJanuary 23, 2016
SharedJanuary 17, 2016
Visibilityvisible
CommentsAllowed