#it's a homework question in python and the deadline is in an hour. kindly help me with it.

27 messages · Page 1 of 1 (latest)

void helm
#

There are 3 questions. Please help me.
Thankyou.

pure portal
#

Are you asking us to do you homework for you?

void helm
#

It's not the entire homework. I'm just a beginner. If you can guide me. That'll be really helpful too.
Please let me know thankyou!

pure portal
#

Well what have you tried?

void helm
#

i am unaware how to create functions as of now

void helm
#

i have done Q5. created sin and cos function using taylor series.

void helm
pure portal
#

Have you attempted it?

void helm
#

yes ive tried to i dont really know how to. can you teach me the steps and i'll try on my own

pure portal
#

I don't really want to just give answers away

void helm
#

yes yes dont give answers. just tell me a few steps.

pure portal
#

Well, what do you think the steps should be?

void helm
#

I don't know man. Please let me know if i need to create some functions if yes then which. I am just a beginner and this is an assignment. Please do help me if you're willing to.

pure portal
#

I am willing to help but I want you to put in some thought, even if you are a beginner

#

You only get better if you put in purposeful effort into learning and improving

#

As for if you need a function or not, that depends on how your assignment wants you to do it

#

I would probably use a function tho

void helm
#

Okay

#

So

#

To begin

#

import math

a=float(input("enter starting time"))
b=float(input("enter ending time"))
n=(b-a)4
t=0.0
v=2000
(math.ln(140000/(140000-2100*t)))
for i in range(n):
t+=0.25

#

If i go like this

#

Is it fine?

#

And also what should be the next step

#

@pure portal please help me as The deadline is approaching

dull condor
#

!formatting py