472,958 Members | 2,362 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

Need help to solve this exercise

3
Exercise 1.13. Compute the air resistance on a football.

link : http://vefur.simula.no/~hpl/tmp/kompendium_del1.pdf

page 42 in the compendium

thnx
Aug 30 '07 #1
4 1501
bartonc
6,596 Expert 4TB
Exercise 1.13. Compute the air resistance on a football.

link : http://vefur.simula.no/~hpl/tmp/kompendium_del1.pdf

page 42 in the compendium

thnx
This site has rules regarding a post's content and particularly regarding homework.
All rules are listed in our Posting Guidelines. Thank you for taking the time to read and understand them.
Aug 30 '07 #2
anism
3
I have allready set up the prog, but my maths suck, so I'm actually wondering how to use the exp function..
Aug 31 '07 #3
bvdet
2,851 Expert Mod 2GB
I have allready set up the prog, but my maths suck, so I'm actually wondering how to use the exp function..
>>> import math
>>> math.exp(2)
7.3890560989306504
>>> math.e
2.7182818284590451
>>>
Aug 31 '07 #4
anism
3
aha.. I see.. thnx m8 :)
Sep 2 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Graham Nicholls | last post by:
Hi, I'm trying to size a jpeg file. The file size is held in a short (2 byte integer) at a certain offset. Once I've found these two bytes (they're in MSB,LSB order), I need to convert them to...
6
by: Jani Yusef | last post by:
I have a HW problem stated as shown at the top of the solution. The thing is is that I am not 100% sure wtf constant memory means. Well, I think I do but I am confused. Does my solution use contant...
20
by: titi | last post by:
Question The road and traffic authority for a small country currently uses a system to store information about all 'currently' licensed drivers. A licensed driver has the following info stored...
3
by: hossam | last post by:
I'm studying python newly and have an exercise that is difficult for me as a beginner.Here it is : "Write a program that approximates the value of pi by summing the terms of this series:...
10
by: perochak | last post by:
Write a C++ program to calculate the GPA of students. Your program should contain a class named Gpa. The class should have an array named result, as its data member. This array is meant to take...
5
by: Richard Gromstein | last post by:
Hello, I have an exercise that I need to finish very soon and I really need help understanding what to do and how exactly to do it. I am working on reading the chapter right now and working on it...
6
by: mstorkamp | last post by:
I need to evaluate simple arithmetic expressions. I wrote a quick and dirty program that allows me to enter dimensions off of a drawing, and based on global or local tolerances calculate an...
25
by: Oltmans | last post by:
Hi guys, I'm learning JavaScript and I need some puzzles that can make me a better JavaScript programmer. I mean I'm looking out for programming puzzles (e.g. Project Euler or TopCoder) but I'm...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.