5 תשובות
אינטגרל לא מסויים?
אנונימי
x+c-
אנונימית
-e בחזקת -x לפי chatgpt.
from sympy import symbols, integrate, exp
# define the symbol
x = symbols('x')
# define the function
f = 1/exp(x)
# calculate the integral
integral_result = integrate(f, x)
integral_result
שאלתי אותו what is the integral of 1/e^x - זאת הייתה הכוונה?
from sympy import symbols, integrate, exp
# define the symbol
x = symbols('x')
# define the function
f = 1/exp(x)
# calculate the integral
integral_result = integrate(f, x)
integral_result
שאלתי אותו what is the integral of 1/e^x - זאת הייתה הכוונה?
אם הכוונה ל1 / e וכל הביטוי בחזקת x, זאת אותה תשובה.
e^-x+c-
באותו הנושא: