Casio ClassPad II Custom Commands

simlin (Function)

Command last updated 4/7/2022.

Download

simlin(a, b, c, d, e, f, g)

Returns a list.

Example

Find the largest set of values of \(k\) for which the simultaneous linear equations \(kx+5y=k+5\) and \(4x+(k+1)y=0\) have ∞ solutions for \((x, y)\). (2023 Methods Exam 2 Section A Question 4)

simlin(k, 5, k+5, 4, k+1, 0, k)

Contributed by Nhan