|
[Date Index]
[Thread Index]
[Author Index]
Re: Newbie
- To: mathgroup at smc.vnet.net
- Subject: [mg24498] Re: [mg24490] Newbie
- From: "Matt Herman" <Henayni at hotmail.com>
- Date: Thu, 20 Jul 2000 03:01:40 -0400 (EDT)
- References: <200007190522.BAA21132@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Newbie,
The problem is that you have a semi-colon after D[x^2,x].
The semi-colon tells mathematica to compute your input, but not to
output. Instead, mathematica stores it. If you do D[x^2,x]; , then you can
get your result by typing % and then shift-enter.
Matt
----- Original Message -----
From: "WantToKnowPlease" <replyNewsGroubPlease at eee.com>
To: mathgroup at smc.vnet.net
Subject: [mg24498] [mg24490] Newbie
> I've just started using mathematica....
> When I type a command and press (shift)+(enter) I don't see any output
> unless I preceded the command by print command
> D[x^2];(shift)+(enter) doesn't do anything !!(at least I can't see what it
> does)
> Print[D[x^2]];(shift)+(enter) prints 2 x
>
>
> any help is greatly appreciated
>
>
>
>
>
- References:
- Newbie
- From: "WantToKnowPlease" <replyNewsGroubPlease@eee.com>
Prev by Date:
Re: checking for presence of files
Next by Date:
more wrong integrals
Previous by thread:
Newbie
Next by thread:
Re: Newbie
|