Statistiques
2 Questions
0 Réponses
RANG
161 238
of 301 338
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 017
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to write a quadratic equation solver using vectors
function [quadRoots,disc] = Q1_19041694(coeff) coeff = (a b c); disc = sqrt((b^2) - (4*a*c)); x1 = (disc - b)./(2*a); x2 = (...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
how do i use a vector has my input in matlab to find the quadratic equation of numbers
function [quadRoots,disc] = Q1_19041694(coeff) %[quadRoots,disc] = Q1.19041694(a,b,c) %Funtion to fint the solve a quadratic e...
plus de 6 ans il y a | 1 réponse | 0