rahulsr.blogspot.com rahulsr.blogspot.com

rahulsr.blogspot.com

Rahul

Sunday, June 22, 2008. This is for excercise 1.16:. Defun fast expt (b counter limit product) (if (= counter limit) product (if (leq (* counter 2) limit) (fast expt b (* counter 2) limit (* product product) (fast expt b ( counter 1) limit (* product b) ) ). COMMON-LISP-USER (setf res 2). COMMON-LISP-USER (fast expt 2 1 7 res). COMMON-LISP-USER (fast expt 2 1 8 res). COMMON-LISP-USER (fast expt 2 1 9 res). COMMON-LISP-USER (fast expt 2 1 10 res). COMMON-LISP-USER (fast expt 2 1 11 res). Excersise: 1.1...

http://rahulsr.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR RAHULSR.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

June

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.2 out of 5 with 13 reviews
5 star
7
4 star
3
3 star
2
2 star
0
1 star
1

Hey there! Start your review of rahulsr.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • rahulsr.blogspot.com

    16x16

  • rahulsr.blogspot.com

    32x32

  • rahulsr.blogspot.com

    64x64

  • rahulsr.blogspot.com

    128x128

CONTACTS AT RAHULSR.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Rahul | rahulsr.blogspot.com Reviews
<META>
DESCRIPTION
Sunday, June 22, 2008. This is for excercise 1.16:. Defun fast expt (b counter limit product) (if (= counter limit) product (if (leq (* counter 2) limit) (fast expt b (* counter 2) limit (* product product) (fast expt b ( counter 1) limit (* product b) ) ). COMMON-LISP-USER (setf res 2). COMMON-LISP-USER (fast expt 2 1 7 res). COMMON-LISP-USER (fast expt 2 1 8 res). COMMON-LISP-USER (fast expt 2 1 9 res). COMMON-LISP-USER (fast expt 2 1 10 res). COMMON-LISP-USER (fast expt 2 1 11 res). Excersise: 1.1...
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 rahul
4 fast expt
5 posted by
6 no comments
7 sicp study
8 3 comments
9 blog archive
10 about me
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,rahul,fast expt,posted by,no comments,sicp study,3 comments,blog archive,about me
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Rahul | rahulsr.blogspot.com Reviews

https://rahulsr.blogspot.com

Sunday, June 22, 2008. This is for excercise 1.16:. Defun fast expt (b counter limit product) (if (= counter limit) product (if (leq (* counter 2) limit) (fast expt b (* counter 2) limit (* product product) (fast expt b ( counter 1) limit (* product b) ) ). COMMON-LISP-USER (setf res 2). COMMON-LISP-USER (fast expt 2 1 7 res). COMMON-LISP-USER (fast expt 2 1 8 res). COMMON-LISP-USER (fast expt 2 1 9 res). COMMON-LISP-USER (fast expt 2 1 10 res). COMMON-LISP-USER (fast expt 2 1 11 res). Excersise: 1.1...

INTERNAL PAGES

rahulsr.blogspot.com rahulsr.blogspot.com
1

Rahul: June 2008

http://www.rahulsr.blogspot.com/2008_06_01_archive.html

Sunday, June 22, 2008. This is for excercise 1.16:. Defun fast expt (b counter limit product) (if (= counter limit) product (if (leq (* counter 2) limit) (fast expt b (* counter 2) limit (* product product) (fast expt b ( counter 1) limit (* product b) ) ). COMMON-LISP-USER (setf res 2). COMMON-LISP-USER (fast expt 2 1 7 res). COMMON-LISP-USER (fast expt 2 1 8 res). COMMON-LISP-USER (fast expt 2 1 9 res). COMMON-LISP-USER (fast expt 2 1 10 res). COMMON-LISP-USER (fast expt 2 1 11 res). Excersise: 1.1...

2

Rahul: SICP study

http://www.rahulsr.blogspot.com/2008/06/sicp-study.html

Saturday, June 21, 2008. From today I'll be putting the solutions of SICP on the web (which I took some time to finish). This is done to motivate myself to finish the SICP faster. Also the solution will be in COMMON LISP rather than SCHEME since I want to learn the LISP also. Till now I have finished till excersise 1.16 of SICP of which I have only left excersise 1.5 and 1.14( I never understood what is nickel etc? Probably I already knew that but the way it explains I have never seen in any book. Defun ...

3

Rahul

http://www.rahulsr.blogspot.com/2008/06/this-is-for-excercise-1.html

Sunday, June 22, 2008. This is for excercise 1.16:. Defun fast expt (b counter limit product) (if (= counter limit) product (if (leq (* counter 2) limit) (fast expt b (* counter 2) limit (* product product) (fast expt b ( counter 1) limit (* product b) ) ). COMMON-LISP-USER (setf res 2). COMMON-LISP-USER (fast expt 2 1 7 res). COMMON-LISP-USER (fast expt 2 1 8 res). COMMON-LISP-USER (fast expt 2 1 9 res). COMMON-LISP-USER (fast expt 2 1 10 res). COMMON-LISP-USER (fast expt 2 1 11 res).

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

3

LINKS TO THIS WEBSITE

weimalearnstoprogram.blogspot.com weimalearnstoprogram.blogspot.com

weima learns to program: Index

http://weimalearnstoprogram.blogspot.com/2008/07/index.html

Weima learns to program. My attempt to do the exercises in sicp. Saturday, July 5, 2008. Find your way through this blog Chapter 1 01.01. Labels: sicp exercise solutions. Subscribe to: Post Comments (Atom). Structure and Interpretation of Computer Programs. View my complete profile. Subscribe To My Blog. Index to sicp exercise. Sicp exercise 2.72. Sicp exercise 2.71. Sicp exercise 2.70. Sicp exercise 2.69. Sicp exercise 2.68. Sicp exercise 2.67. Sicp exercise 2.66. Sicp exercise 2.65. Sicp exercise 2&#46...

weimalearnstoprogram.blogspot.com weimalearnstoprogram.blogspot.com

weima learns to program: sicp exercise 3.73

http://weimalearnstoprogram.blogspot.com/2011/01/sicp-exercise-373.html

Weima learns to program. My attempt to do the exercises in sicp. Sunday, January 2, 2011. Sicp exercise 3.73. V = v0 (1/C)0ti dt R i. Figure 3.33: An RC circuit and the associated signal-flow diagram. Define (scale-stream stream factor). Stream-map (lambda (x) (* x factor) stream). Define (integral integrand initial-value dt). Add-streams (scale-stream integrand dt). Define (RC R C dt). Add-stream (scale-stream i R). Integral (scale-stream i (/ 1 C) v0 dt) ). Define RC1 (RC 5 1 0.5). Subscribe To My Blog.

weimalearnstoprogram.blogspot.com weimalearnstoprogram.blogspot.com

weima learns to program: sicp exercise 3.70

http://weimalearnstoprogram.blogspot.com/2011/01/sicp-exercise-370_8130.html

Weima learns to program. My attempt to do the exercises in sicp. Sunday, January 2, 2011. Sicp exercise 3.70. A the stream of all pairs of positive integers (i,j) with i j ordered according to the sum i j. B the stream of all pairs of positive integers (i,j) with i j, where neither i nor j is divisible by 2, 3, or 5, and the pairs are ordered according to the sum 2 i 3 j 5 i j. Define (display-stream str num). If ( index num) 'printed. Display-line (stream-ref str index). Internal ( 1 index) ) ). Weima i...

weimalearnstoprogram.blogspot.com weimalearnstoprogram.blogspot.com

weima learns to program: sicp exercise 3.79

http://weimalearnstoprogram.blogspot.com/2011/01/sicp-exercise-379.html

Weima learns to program. My attempt to do the exercises in sicp. Tuesday, January 4, 2011. Sicp exercise 3.79. Exercise 3.79. Generalize the solve-2nd procedure of exercise 3.78 so that it can be used to solve general second-order differential equations d2 y/dt2 = f(dy/dt, y). Define (integral delayed-integrand initial-value dt). Let ( integrand (force delayed-integrand) ). Add-streams (scale-stream integrand dt). Define (solve f y0 dy0 dt). Define y (integral (delay dy) y0 dt). View my complete profile.

weimalearnstoprogram.blogspot.com weimalearnstoprogram.blogspot.com

weima learns to program: sicp exercise 3.80

http://weimalearnstoprogram.blogspot.com/2011/01/sicp-exercise-380_04.html

Weima learns to program. My attempt to do the exercises in sicp. Tuesday, January 4, 2011. Sicp exercise 3.80. Exercise 3.80. A series RLC circuit consists of a resistor, a capacitor, and an inductor connected in series, as shown in figure 3.36. If R, L, and C are the resistance, inductance, and capacitance, then the relations between voltage (v) and current (i) for the three components are described by the equations. And the circuit connections dictate the relations. Figure 3.36: A series RLC circuit.

weimalearnstoprogram.blogspot.com weimalearnstoprogram.blogspot.com

weima learns to program: sicp exercise 3.77

http://weimalearnstoprogram.blogspot.com/2011/01/sicp-exercise-377.html

Weima learns to program. My attempt to do the exercises in sicp. Tuesday, January 4, 2011. Sicp exercise 3.77. Exercise 3.77. The integral procedure used above was analogous to the ` implicit' definition of the infinite stream of integers in section 3.5.2. Alternatively, we can give a definition of integral that is more like integers-starting-from (also in section 3.5.2):. Define (integral integrand initial-value dt). Define (add-streams s1 s2). Define (scale-stream stream factor). Define (solve f y0 dt).

weimalearnstoprogram.blogspot.com weimalearnstoprogram.blogspot.com

weima learns to program: December 2010

http://weimalearnstoprogram.blogspot.com/2010_12_01_archive.html

Weima learns to program. My attempt to do the exercises in sicp. Monday, December 27, 2010. Sicp exercise 3.68. Exercise 3.68. Louis Reasoner thinks that building a stream of pairs from three parts is unnecessarily complicated. Instead of separating the pair (S0,T0) from the rest of the pairs in the first row, he proposes to work with the whole first row, as follows:. Define (pairs s t). Stream-map (lambda (x) (list (stream-car s) x). Pairs (stream-cdr s) (stream-cdr t) ). Maximum recursion depth exceeded.

weimalearnstoprogram.blogspot.com weimalearnstoprogram.blogspot.com

weima learns to program: sicp exercise 3.71

http://weimalearnstoprogram.blogspot.com/2011/01/sicp-exercise-371.html

Weima learns to program. My attempt to do the exercises in sicp. Sunday, January 2, 2011. Sicp exercise 3.71. Define (display-stream str num). If ( index num) 'printed. Display-line (stream-ref str index). Internal ( 1 index) ) ). Cons-stream n (integers-from-n ( 1 n) ). Define integers (integers-from-n 1). Define (merge-weighted s1 s2 weight). Let ( s1car (stream-car s1). S2car (stream-car s2) ). Cond ( (weight s1car) (weight s2car). Cons-stream s1car (merge-weighted (stream-cdr s1) s2 weight) ). Struct...

weimalearnstoprogram.blogspot.com weimalearnstoprogram.blogspot.com

weima learns to program: January 2011

http://weimalearnstoprogram.blogspot.com/2011_01_01_archive.html

Weima learns to program. My attempt to do the exercises in sicp. Thursday, January 6, 2011. Sicp exercise 3.82. Exercise 3.82. Redo exercise 3.5 on Monte Carlo integration in terms of streams. The stream version of estimate-integral will not have an argument telling how many trials to perform. Instead, it will produce a stream of estimates based on successively more trials. Get-random-stream is a procedure which generates a stream of random pairs of (x,y) which lie within x1 y1 x2 y2. If (integral x y).

weimalearnstoprogram.blogspot.com weimalearnstoprogram.blogspot.com

weima learns to program: sicp exercise 3.74

http://weimalearnstoprogram.blogspot.com/2011/01/sicp-exercise-374.html

Weima learns to program. My attempt to do the exercises in sicp. Sunday, January 2, 2011. Sicp exercise 3.74. 1 2 15 1 0.5 -0.1 -2 -3 -2 -0.5 0.2 3 4 . Define (make-zero-crossings input-stream last-value). Sign-change-detector (stream-car input-stream) last-value). Define zero-crossings (make-zero-crossings sense-data 0). Stream-map sign-change-detector sense-data expression ). Complete the program by supplying the indicated expression . Subscribe to: Post Comments (Atom). View my complete profile. Sicp ...

UPGRADE TO PREMIUM TO VIEW 9 MORE

TOTAL LINKS TO THIS WEBSITE

19

OTHER SITES

rahulspatel.com rahulspatel.com

Rahul patel

Interactive media designer and developer. Creating beautiful web pages, Web apps, web banners, videos, etc. Making digital art with appropriate concepts. Advance knowledge of designing programs and typography. Good use of designing process. Creating responsive web sites and making them function on various browser. Good knowledge of developing languages like PHP, JavaScript, My sql, Jquery, Css, Html and any that helps to make development easy.

rahulsportfolio.com rahulsportfolio.com

Rahul Kahol | My portfolio and what I can do for you

My portfolio and what I can do for you. What I Can Do For You. Decide carefully, exactly what you want in life, then work like mad to make sure you get it! The best way out is always through.". Maybe we should go rafting and discuss all. Of our favorite quotes together. Hello there, my name is Rahul Kahol (pronounced Raw-Hool Kuh-Hall) and welcome to my professional work page. I truly enjoy marketing work and I will fully invest myself in creating lucrative, high-conversion marketing for you.

rahulsprayers.com rahulsprayers.com

raulsprayers.com

rahulspredication.blogspot.com rahulspredication.blogspot.com

Rahul's predication

Sunday, April 13, 2014. THANK YOU Dr Shivani for the best 12 months of our lives. 12 months with two little angels, what a year, we could not ask for anything better. Thank You Dr Shivani. Friday, June 21, 2013. Hudson and Edie are almost 3 months, life has been very busy. I would like to thank our Surrogate Mother for our most treasured gifts. Hudson and Edie snuck into bed. Ready to go for a day out. Hudson loves his bath. Edie loves our neighbour. For ever in debt to a beautiful Women Jahani. Not sure...

rahulspring.com rahulspring.com

Rahul Spring

Technically superior products and cost effective solutions are developed by highly skilled and experienced engineers. Product, process and toolings are designed with the help of Computer Aided Engineering, which enable first shot approval of products. Regd Under West Bengal Govt. Latest Photos from Gallery. LOAD DEFLECTION TESTING MACHINE. 1 The Raw-Material and Finish products is tested in house laboratory. 8 Surface and core hardness. 2 Load Deflection Test. 4 Fatique life cycle test .

rahulsr.blogspot.com rahulsr.blogspot.com

Rahul

Sunday, June 22, 2008. This is for excercise 1.16:. Defun fast expt (b counter limit product) (if (= counter limit) product (if (leq (* counter 2) limit) (fast expt b (* counter 2) limit (* product product) (fast expt b ( counter 1) limit (* product b) ) ). COMMON-LISP-USER (setf res 2). COMMON-LISP-USER (fast expt 2 1 7 res). COMMON-LISP-USER (fast expt 2 1 8 res). COMMON-LISP-USER (fast expt 2 1 9 res). COMMON-LISP-USER (fast expt 2 1 10 res). COMMON-LISP-USER (fast expt 2 1 11 res). Excersise: 1.1...

rahulsrecipes.blogspot.com rahulsrecipes.blogspot.com

Rahul's Recipes

Have fun and happy cooking. Monday, April 13, 2015. This is a U.S. recipe arriving to this blog via Ahmedabad and Mumbai. Thanks, Meena, Vasudhaben and Aparna. 2 cups all purpose flour, 1 tsp baking powder, 1 tsp baking soda, 1 tsp cinnamon powder, 1 cup oil, 1 cup sugar, 1 cup cream cheese, 3 eggs, 1tsp vanilla essence, 2 cups grated zucchini, 1 cup walnuts. Cream cheese substitute: Mix home made paneer with Amul cream. Thursday, February 6, 2014. Fish fillet (any white fish). 250 gm brain (goat). This ...

rahulsreepadmam.blogspot.com rahulsreepadmam.blogspot.com

തുയിലുണരൂ...

തുയിലുണരൂ. Mar 25, 2012. വിണ്ണിലെ താരമേ. വിണ്ണിലെ താരമേ,. നെഞ്ചിലെ കൂട്ടില്‍ മെല്ലെ. നിറ ദീപ നാളമായ്. ഒളിയേകും അഴകേ…. പാടുമെന്‍ പാട്ടിലെ. ഭാവമായ് പെയ്ത പോലെ. ഒരു രാഗ മാലയായ്‌. മൊഴിയേകും നീയേ…. കനവായിരമായിരമേകി. നിനവോരം ഓടി അണഞ്ഞും. കുളിരേകും തൂമഴയായ് അറിയാതെ. ആദ്യ നാളിന്‍ ഓര്‍മ്മ പോലെ,. യാത്ര നീളെ ചാരേ നീയേ…. മൗനം അണയും രാവില്‍ മെല്ലെ. പ്രേമപൂര്‍വ്വം നീ തൊടില്ലേ…. അകതാരിലെ സാന്ത്വനമായി. പ്രിയമോടെ നിന്‍ മോഹന രൂപം,. ജന്മം പുണ്യം പോലെയെന്റെ. By Rahul Soman and Unnikrishnan K.B. Jan 7, 2012. Swami Ayyappa is...

rahulsresponse.org rahulsresponse.org

Index of /

rahulsridhar.wordpress.com rahulsridhar.wordpress.com

Rahul Sridhar's Blog | (Web) Pages from my life…

Rahul Sridhar's Blog. Web) Pages from my life…. September 29, 2010. After having gone through the process of admission for our Daughter last year, and having met numerous anxious parents the year before that, last year and again this year. Clearly this is one of the perennial issues that everyone has to deal with sometime in their life. Some probably more than once! This blog is to give brief direction on how to go about admissions in Bangalore. Academic excellence (proven school results). Extra-curricul...