题库 Python题库 题目列表 怎样用Python算出方程 ax’+b=0(a > 0,b< 0)较大...
单选题

怎样用Python算出方程 ax’+b=0(a > 0,b< 0)较大的近似解?

A.

from math import*之后sqrt(b/a)

B.

from math import*之后sqrt(-b/a)

C.

import math 之后 -sqrt(b/a)

D.

import math 之后-sqrt(-b/a)

题目信息
2024年 6月 选择题
-
正确率
0
评论
59
点击