This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-11-16 01:51:28

SuperJedi224
Scratcher
Registered: 2010-12-22
Posts: 23

suggestions.

1.Newton's Itterative method.
Inputs:
Maximum Magnitude (scrolldown, linear or quadratic)
Equation of magnitude 2-5   (ax^5+bx^4+cx^3+dx^2+fx+g=n  where a, b , c, and/or d do not equal 0
Number of itterations (at least 1)
Approx. Solution


Output: Approx. Solution after specified number of iterations.

2-  Quadratic Formula (see block library)

3- BASE CONVERTER
n from base a to base b
Converts the value n in base a into base b, converting through base 10. A and b must both be whole numbers >1.

4- AMU
Inputs: H,C,P,N,O, all>=0
Report:  H+(12*C)+(31*P)+(14*N)+(16*O)

5- StucturalPossibility
Inputs:H,C,P,N,O, all>=0
Var: q=H+(2*O)+(3*N)+(4*C)+(5*C)
Report: (H<=(.5*q) OR q=2) AND (2<=(.5*) OR O=0) AND (3<=(.5*q) OR N=0) AND (4<=(.5*q) OR C=0)
AND (5<=(.5*q) OR P=0) AND (q (MOD 2)=0)

Last edited by SuperJedi224 (2011-11-16 02:06:59)


http://internetometer.com/image/30818.png

Offline

 

#2 2011-11-16 03:20:14

anuw
Scratcher
Registered: 2009-04-09
Posts: 50

Re: suggestions.

Is that a suggestion for Scratch?


http://lolwut.com/layout/lolwut.jpg Lolwut?

Offline

 

#3 2011-11-16 18:01:55

efisher82
Scratcher
Registered: 2009-12-07
Posts: 100+

Re: suggestions.

anuw wrote:

Is that a suggestion for Scratch?

Um, yeah, it must be. Sorry if I sound dumb, but what exactly is this used for?


http://bit.ly/ApaYt4http://ow.ly/8Jemvhttp://fulltwist.net/wp-content/plugins/social-slider/icons/standard/youtube-32.png

Offline

 

Board footer