Class Tartaglia_Equation


  • public class Tartaglia_Equation
    extends java.lang.Object
    Author:
    JIBOYE OLuwagbemiro Olaoluwa
    • Constructor Detail

      • Tartaglia_Equation

        public Tartaglia_Equation​(java.lang.String equation)
    • Method Detail

      • interpretedSystem

        public java.lang.String interpretedSystem()
        Returns:
        the reduced form of the system in the form Ax²+Bx+C=0;
      • solutions

        public java.lang.String solutions()
        Returns:
        The solutions to the equation as a string of values
      • main

        public static void main​(java.lang.String[] args)