Search
Search Results
-
Combinatorics – competition – Excel
427-435Views:135In 2001 the Informatics Points Competition of the Mathematics Journal for Secondary School Students (KÖMAL) was restarted [1]. The editors set themselves an aim to make the formerly mere programming competition a bit more varied. Therefore, every month there has been published a spreadsheet problem, a part of which was related to combinatorics. This article is intended to discuss the above mentioned problems and the solutions given to them at competitions. We will prove that traditional mathematical and programming tasks can be solved with a system developed for application purposes when applying a different way of thinking. -
The influence of computer on examining trigonometric functions
111-123Views:119In this paper the influence of computer on examining trigonometric functions was analyzed throughout the results questionnaire. The students, as usual, had to examine two trigonometric functions, both were given with the appropriate instructions. Three groups were tested. Two of those three groups were prepared with the help of computer and the third one was taught without computer. From the analysis of the questionnaire it follows that the computer has a great influence on understanding of the connections between the graph and very complex calculations. -
Programming Theorems and Their Applications
213-241Views:245One of the effective methodological approaches in programming that supports the design and development of reliable software is analogy-based programming. Within this framework, the method of problem reduction plays a key role. Reducing a given problem to another one whose solving algorithm is already known can be made more efficient by the application of programming theorems. These represent proven, abstract solutions – in a general form – to some of the most common problems in programming. In this article, we present six fundamental programming theorems as well as pose five sample problems. In solving these problems, all six programming theorems will be applied. In the process of reduction, we will employ a concise specification language. Programming theorems and solutions to the problems will be given using the structogram form. However, we will use pseudocodes as descriptions of algorithms resembling their actual implementation in Python. A functional style solution to one of the problems will also be presented, which is to illustrate that for the implementation in Python, it is sufficient to give the specification of the problem for the design of the solution. The content of the article essentially corresponds to that of the introductory lectures of a course we offered to students enrolled in the Applied Mathematics specialization.
Subject Classification: D40
-
Sage and scribe – asymmetrical pair work that can easily fit into any mathematics lesson, yet still have cooperative benefits
133-164Views:552This article uses a case study experiment to learn the characteristics of a pair work, called the sage and scribe method (Kagan, 2008). We also wished to explore the positive and negative effects of the systematic application of this single cooperative element without any other structural changes during the lessons. In the case study experiment, we asked two teachers, accustomed to traditional frontal teaching methods, to substitute individual work tasks in their standard lesson plans with the sage and scribe method. Our experiments indicate that this method wastes insignificant time, requires little extra effort on the part of the teacher, yet has many of the positive effects of cooperative methods: in our experiments, students received immediate feedback, corrected each other’s mistakes, learned from each other in meaningful discussions and engaged in collaborative reasoning to address emerging problems.
Subject Classification: 97D40