photo

Fikru Dikumbab


Last seen: 2 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Applied Mechanics/Mechanical Engineering

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Write a program in a script file that determines the real roots of a quadratic equation
% ax^2+bx+c =0 is a quadratic equation function qadr(a,b,c) if b^2-4*a*c > 0 r1=(-b+sqrt(b^2-4*a*c))/2*a ...

10 years 前 | 1