Images Of Randomly Generated Quadratic Equations
Equations that are Randomly Generated and translated into Images.
@kaggle.archanghosh_images_of_randomly_generated_quadratic_equations
Equations that are Randomly Generated and translated into Images.
@kaggle.archanghosh_images_of_randomly_generated_quadratic_equations
CREATE TABLE quadratic_equation_full_details (
"id" VARCHAR,
"path" VARCHAR,
"a" BIGINT,
"b" BIGINT,
"c" BIGINT,
"root_1" DOUBLE,
"root_2" DOUBLE,
"equation" VARCHAR
);
CREATE TABLE quadratic_roots_and_file_path_only (
"id" VARCHAR,
"path" VARCHAR,
"roots" VARCHAR
);
Anyone who has the link will be able to view this.