Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MECH-103-Algorithms

These are the algorithms that I created for my MECH 103 class.

Algorithms:

1. F2C (Farenheight to Celsius)

This algorithm converts from farenheight to celsius, or vice-versa. It takes an input of temperature, and an input of either 'F' or 'C'. If you input 'F', it will convert your input number from farenheight to celcius. If you input 'C', it will convert your number into farenheight.

[tempOUT] = f2c(tempsIN,unit)

2. Sphere Volume

This algorithm calculates the volume of a sphere using an input radius.

[volume] = sphere_vol(radius)

About

These are the algorithms that I created for my MECH 103 class.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages