Subversion Repositories wimsdev

Rev

Rev 17228 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17228 Rev 17238
Line 8... Line 8...
8
obsoleted these materials. Today, we (including the author of this document)
8
obsoleted these materials. Today, we (including the author of this document)
9
are still teaching things like Newton's method for root, Simpson's method
9
are still teaching things like Newton's method for root, Simpson's method
10
for numerical integration, or formal integration of a rational function.
10
for numerical integration, or formal integration of a rational function.
11
The reader has only to take a look at the tool
11
The reader has only to take a look at the tool
12
!href target=wims_demo module=tool/analysis/function.$lang Function
12
!href target=wims_demo module=tool/analysis/function.$lang Function
13
 on this wims site, to see how a simple web page can raise questions
13
 on this WIMS site, to see how a simple web page can raise questions
14
about the opportunity to spend hours or even weeks to
14
about the opportunity to spend hours or even weeks to
15
teach these techniques to our students (while the solution is just one
15
teach these techniques to our students (while the solution is just one
16
click away). <br>
16
click away). <br>
17
It is clear that computer technology allows (and forces) us to shift the
17
It is clear that computer technology allows (and forces) us to shift the
18
focus of our teaching more towards using mathematics to solve real-life
18
focus of our teaching more towards using mathematics to solve real-life
Line 68... Line 68...
68
$(ref1)compare$(ref2)compare">$title_compare</a>
68
$(ref1)compare$(ref2)compare">$title_compare</a>
69
for more analyses about java/javascript.
69
for more analyses about java/javascript.
70
</p><p>
70
</p><p>
71
There are also some web sites where dedicated mathematical softwares are
71
There are also some web sites where dedicated mathematical softwares are
72
used as backend engine for web-based computational tools. While this
72
used as backend engine for web-based computational tools. While this
73
approach is close to the idea behind wims, the author did not find a
73
approach is close to the idea behind WIMS, the author did not find a
74
systematic approach in this direction.
74
systematic approach in this direction.
75
</p><p>
75
</p><p>
76
Wims is designed to provide a systematic and evolutive way to add
76
WIMS is designed to provide a systematic and evolutive way to add
77
server-based interactivity to the html-javascript-java triplet. We have
77
server-based interactivity to the html-javascript-java triplet. We have
78
adopted the concept of an open system, and special care has been taken
78
adopted the concept of an open system, and special care has been taken
79
to allow non-computer-specialists to make contributions to the system: a
79
to allow non-computer-specialists to make contributions to the system: a
80
modular design with independent modules, a language with simple structure
80
modular design with independent modules, a language with simple structure
81
and close-to-natural syntax, and the concept of online development. Also, a
81
and close-to-natural syntax, and the concept of online development. Also, a