Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #16642

Re: What's in an expression?

From "djmpark" <djmpark@comcast.net>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: What's in an expression?
Date 2014-03-11 07:18 +0000
Message-ID <lfmdbi$n81$1@smc.vnet.net> (permalink)
References <2974879.75138.1394441039474.JavaMail.root@m03>
Organization Time-Warner Telecom

Show all headers | View raw


Sam,

You could have multiple choice questions, or you could use pattern matching
with alternatives that you would hope would catch the acceptable answers.

But why not, in this day and age, give students something better? Why not
have the students write short mathematical essays in notebook form on
various topics where they might explain how they got an answer and the
principles behind it? Of course, that means the teacher would have to
actually read the notebooks, and the student would also have to learn how to
write readable and clear presentations. 


David Park
djmpark@comcast.net 
http://home.comcast.net/~djmpark/index.html 



From: sam.takoy@yahoo.com [mailto:sam.takoy@yahoo.com] 


Hi all,

I'm building a little Mathematica system that checks answers entered by
students. Suppose the question is "what is Sin'[x]?" ad the student
responds: Sin'[x] which is "correct", but not the intended answer (Cos[x]).
I'm wondering if there is a general way to approach this sort of problem. In
particular, is there a way to find out whether a given expression includes
certain elements (like Derivative)?

Thank you in advance,

Sam

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar


Thread

Re: What's in an expression? "djmpark" <djmpark@comcast.net> - 2014-03-11 07:18 +0000

csiph-web