UK Webmaster Talk - Online Marketing - SEO


 

Using excel for maths!

This is a discussion on Using excel for maths! within the Programming Articles forums, part of the Webmaster Articles/Tutorials category; Maths tutorial. The first thing I will start with is how to use adding and subtracting in excel. Let?s say ...


Go Back   UK Webmaster Talk - Online Marketing - SEO > Webmaster Articles > Webmaster Articles/Tutorials > Programming Articles

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

Reply

 

LinkBack Thread Tools Display Modes
Old 29-07-2005, 17:02   #1 (permalink)
Moderator
 
Join Date: Jan 2005
Location: post is there >>
Posts: 1,586
iTrader: 0 / 0%
robertall is just really nice
Send a message via AIM to robertall Send a message via MSN to robertall
Default Using excel for maths!

Maths tutorial.

The first thing I will start with is how to use adding and subtracting in excel.

Let?s say we have 15 in the box named ?a1? and 22 in the box known as ?a2?. To add these together we just put =a1+a2 in another box. When you leave the box, you will notice that the 2 numbers are added together. The answer is 37.

1. Put a random number in a1
2. Put a random number in a2
3. Put in any other box =a1+a2
4. Your answer will appear.

You can use any of the other things below.
+ (add)
- (subtract)
/ (divide)
* (multiply)

Let?s see what we know. You can use excel to do everyday maths. There was a much bigger purpose to excel. If you know more advanced maths it can be very useful. It will also work well on old computers, because no matter how big the sum, it should be able to cope.

π = 3.14

With the above knowledge, we can create loads of great things. The first thing is that we have the simple code to radius. This can be used to work out the surface area. This is very complex, and if you do not understand maths I would recommend skipping this step.

V=Volume
R = Radius
H = height
SA = Surface area

1. Put the letter ?v? in a1.
2. Put the letter ?r? in b1.
3. Put the letter ?h? in c1.
4. Put the letters ?SA? in d1.
5. In a2, type the number ?1000? and then at the bottom right of that square is a little +. Drag that down to a100.
6. In b2 put the number ?1?. Then in b3 put ?=B2+0.1? and then drag that down to b100 using the bottom right ?+?.

The next part is when use the pi to work out the height of the ?object?. Notice that there is only one variable instead of 2. This is so that it works and so that you do not get loads of different results.

7. In c2 type ?=A2/(3.14*B2^2)?.

You will notice that pi is being multiplied with b2. Then the whole sum is divided by a2. This works out only the height.

8. Drag c2 to c100
9. In D2 type ?=2*3.14*B2^2+2*3.14*B2*C2?

This first thing. The radius is only 3.14, to make it the circumference we have to double the value. Then we multiply the new doubled pi to b2. The ?^? means the power to x, in this case B2 to the power 2. Then that adds with 2* pi. Again that is because of radius and other things. Then b2 and c2 are multiplied.

Was this useful?
[break]
I have added a download to the work above. You can find it below.

http://www.image4you.org/per-files/mathswork1demo.xls

Hotlink protect is off so right click it and then click "save link target as..."
__________________
Free .org domain - Click for details!
Do not pm asking for things. My inbox is full. Add me to MSN!
robertall is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 29-07-2005, 17:44   #2 (permalink)
King of scotland
 
Join Date: Jun 2005
Location: ye olde oxforshire
Posts: 720
iTrader: 0 / 0%
randomman will become famous soon enough
Default

this is a lovely tut but i got taught how to use it at school (about the only thing i learned there) maybe because my school thinks i may actually use excel one day cough cough
__________________
www.rgaming.fdns.net
Quote:
Originally Posted by philip tolmie
what are friends for if there not for your tapwater
randomman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 29-07-2005, 20:11   #3 (permalink)
Moderator
 
Join Date: Jan 2005
Location: post is there >>
Posts: 1,586
iTrader: 0 / 0%
robertall is just really nice
Send a message via AIM to robertall Send a message via MSN to robertall
Default

I also learned it at school, but i got so bored i made a tutorial from it.
__________________
Free .org domain - Click for details!
Do not pm asking for things. My inbox is full. Add me to MSN!
robertall is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-07-2005, 12:58   #4 (permalink)
King of scotland
 
Join Date: Jun 2005
Location: ye olde oxforshire
Posts: 720
iTrader: 0 / 0%
randomman will become famous soon enough
Default

I HATE EXCEL,its worse than firefox and thats saying something
__________________
www.rgaming.fdns.net
Quote:
Originally Posted by philip tolmie
what are friends for if there not for your tapwater
randomman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-07-2005, 18:05   #5 (permalink)
Moderator
 
Join Date: Jan 2005
Location: post is there >>
Posts: 1,586
iTrader: 0 / 0%
robertall is just really nice
Send a message via AIM to robertall Send a message via MSN to robertall
Default

Quote:
Originally Posted by randomman
I HATE EXCEL,its worse than firefox and thats saying something
Lol. In otherwords it is very good then. Better than IE. Firefox is by far the best browser, so this one must be... ...second best.
__________________
Free .org domain - Click for details!
Do not pm asking for things. My inbox is full. Add me to MSN!
robertall is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-07-2005, 23:22   #6 (permalink)
me
 
Join Date: Apr 2005
Location: Wiltshire
Posts: 714
iTrader: 0 / 0%
01wojtowicz is just really nice
Send a message via MSN to 01wojtowicz
Default

then at the bottom right of that square is a little +.

i just thought id tell you that this is the "fill handle"
01wojtowicz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 31-07-2005, 10:15   #7 (permalink)
King of scotland
 
Join Date: Jun 2005
Location: ye olde oxforshire
Posts: 720
iTrader: 0 / 0%
randomman will become famous soon enough
Default

firefox is worse than rBrowser and thats saying something
__________________
www.rgaming.fdns.net
Quote:
Originally Posted by philip tolmie
what are friends for if there not for your tapwater
randomman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-08-2005, 08:16   #8 (permalink)
Senior Member
 
Join Date: Jun 2005
Posts: 389
iTrader: 0 / 0%
FrozenDice will become famous soon enough
Default

Excel is one of the most usefull tools you'll find on any computer, for math and physics that is anyway. Durring my first physics course I used excel for every report to plot and fix my graphs to find corelations.

People that didn't know how to use excel had to do it by hand which was really funny.

Whats really usefull is to make a template spreadsheet where you have forumulas for common math problems already in. Just keep your laptop open durring class and you'll find yourself not having to do the small problems that take up alot of time. When you get to a peice that can be done by excel just punch it into the appropreate slot and you just saved a min.
FrozenDice is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
excel, maths

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How to import Microsoft Excel data to MySQL monaghan Php and MySQL 0 01-12-2005 13:44


All times are GMT +1. The time now is 01:54.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
UK Webmaster Forum © WebmasterTalk.co.uk | Design by Forbairt

Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41