Pages

सुस्वागतम...सुस्वागतम...सुवागातम...

रोबो कंपास

रोबो कंपास 
विद्यार्थी मित्रांना द्या एक नवीन अनुभव ... 
गाणीतातातील विविध संकल्पना जसे रेषा, रेख, रेषाखंड, त्रिकोण, वर्तुळ, आयात काढण्याची कृती दाखवा.  
विविध मापे लिहा आणि व्हिडीओ play करा. सर्व कृती दाखवली जाईल..
उदा. AB नावाचा रेषाखंड एवढा CD रेषाखंड काढायचा आहे तर खालील प्रमाणे कृती करा. 
text('Copy a line segment')
A=point(2,10)
B=point(8,10)
a=line(A,B)
text('Mark a point C that will be one end of the new line')
C=point(4,3)
text('Draw a long line C to the right')
b=line(C,X(C)+14,Y(C))
text('Length of segment a will be width of the new line')
c=arc(a,C,350,20)
text('Mark an intersection point D on the arc to be the endpoint of the new line')
D=point(intersect(b,c))
text('Draw straight line between C and D')
hide(b,c)
line(C,D)

vedio paly करा. 


No comments:

Post a Comment