Expert in study
alarm
Ask
Computer Science
angry angry Jan 6, 2021

SOLVE THIS CODE IN PYTHON[JUPYTER NOTEBOOK]x+x²/2 +x³/3 +x⁴/4 .........​

answers: 1
Register to add an answer
The time for answering the question is over
Answer:

In exponential programs mein toh meri gadi aatkadi hi thi par phir bhi solve Kar diye

X = int(raw_input("Enter the value for x:"))

j = int(raw_input("Enter The value for j:"))

Sum = 0

Fact = 1

Sign = 1

for i in range(1,x+1):

for i in range(1,j+1):

Fact = Fact*1

Sum += (Sign*(X*i)/Fact*j

271
Mikabar Mikabar
Jan 6, 2021
For answers need to register.
Contacts
mail@expertinstudy.com
Feedback
Expert in study
About us
For new users
For new experts
Terms and Conditions