c語言求方程ax方 bx c 0的根,用函式分別求當b方

2021-04-20 07:16:04 字數 1659 閱讀 2196

1樓:匿名使用者

#include #include void result(float a,float b,float c) else printf("no result!

62616964757a686964616fe78988e69d8331333332643864\n");}void main()2.#include void main()for(i=0;i<10;i++)}}printf("the result is:");for(i=0;i<10;i++) printf("%c ",arry[i]);printf("\n");}

2樓:匿名使用者

#include

#include

main()

else}

3樓:匿名使用者

#include

#include

float x1,x2,disc,p,q;

void main()

else if (disc==0)

else

}void greater_than_zero(float a,float b)

void equal_to_zero(float a,float b)

void smaller_than_zero(float a,float b)

求方程ax~+bx+c=0的根,用3個函式分別求當b~-4ac大於0等於0和小於0時的根並輸出結果.從主函式輸出abc的值 20

4樓:高原狼人

#include

#include

using namespace std;

void f(double a,double b, double c) //定義函式要為空型別

c語言 求方程ax2+bx+c=0的根,用三個函式分別求當b2-4ac大於0、等於0和小於0時的根,不知道哪錯了啊 50

5樓:匿名使用者

感覺沒錯啊,除了那個double讀入要用%lf,輸出要用%f, 其他我沒發現有什麼錯

c語言 程式設計 求方程ax2+bx+c=0的根,用三個函式分別求當b2-4ac大於0、等於0和小於0時的根,並輸出結果。

6樓:匿名使用者

條件語句不對,最後一個else if改為else,而且else後邊沒條件。關於判斷a是否為專0,可以用if else語句屬。if(a==0)

else

這個結構加在主函式的d=b*b-4*a*c前邊。

7樓:

是否是輸入的

copy問題?

中使用了萬用字元',',輸入的時候也要按原格式輸入。

也可以改為scanf("%lf%lf%lf",&a,&b,&c);則空格回車都可作間隔符。

8樓:runing蝸牛

#include

#include

main()

void x(float a,float b,float c ,float d)

void y(float a,float b,float c)

C語言求二元一次方程ax 2 bx c 0的根的問題,一般的方程沒有問題,但x 2 3x 2 0這個方程卻不行

e b 2 a 有問題,應該是 e b 2 a 用c程式設計求二元一次方程ax 2 bx c 0的根 include include voidmain else 擴充套件資料c語言的註釋符一般分為兩bai 種,一種是以du 開頭,在中間加上zhi註釋內容,並以 結尾的段dao落註釋符。在 和 之間的...

已知3是方程2x 2 kx 0的根,求方程的另根及k值

x 3代入方程 18 3k 0 k 6 2x 2 kx 0 x 2x k 0 x 0或x k 2另一個根是0,k 6 如果學過了韋達定理,就更簡單了 設另一根為x,由韋達定理得 3x 0 x 3 k 2 解得x 0 k 6 已知3是方程2x 2 kx 0的一個根 所以,x 3 2 3 3k 0 k ...

c語言求一元二次方程axbxc0的實根解設a

include include int main return 0 求一元二次方程ax2 bx c 0的解。a,b,c為任意實數。c語言程式設計 include include int main void if a 0 b 0 if t 0 if t 0 return 0 擴充套件資料main x0...