|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Invisible wrote:
> Just for giggles: how many meanings can you find for "normal"?
Sure. But even differences between things like
sin x^-1 vs sin^-1 x
where the two "^-1" mean entirely different operations. Similarly with
lg^2 X vs lg X^2
Drove me nuts, as I learned computers before I learned all this higher-level
math.
--
Darren New, San Diego CA, USA (PST)
I ordered stamps from Zazzle that read "Place Stamp Here".
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>> Just for giggles: how many meanings can you find for "normal"?
>
> Sure.
Because it's not just the notations that are ambiguous - it's the
language as well!
> But even differences between things like
>
> sin x^-1 vs sin^-1 x
>
> where the two "^-1" mean entirely different operations.
The first one, at least, is unambiguous. But the second one? Now do you
suppose that's the arcsine of x? Or the reciprocol of the sine of x?
Good luck with that one.
> Similarly with
>
> lg^2 X vs lg X^2
>
> Drove me nuts, as I learned computers before I learned all this
> higher-level math.
And then of course, people will write "log x". Wanna take a guess which
base that is? Now, sometimes it actually doesn't matter which base. And
if it does, it *probably* means the natural logarithm. Probably...
Speaking of which, the base of natural logarithms is "e". And sometimes
"e" means 1 + 1/1 + 1/2 + 1/3 + 1/4... And sometimes "e" is just another
variable.
Hell, I've seen formulas where pi does *not* refer to the well-known
transcendental number!
Doomed, DOOMED, WE'RE ALL DOOMED! >_<
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Invisible wrote:
> But the second one? Now do you
> suppose that's the arcsine of x? Or the reciprocol of the sine of x?
That's exactly my point.
> if it does, it *probably* means the natural logarithm.
Well, that makes sense, yes.
> Doomed, DOOMED, WE'RE ALL DOOMED! >_<
I asked an exchange professor from Greece once, and he said they use the
same capital-sigma notation for summation and delta-for-change and such that
we use in America, except all their variables are also greek letters. *That*
must suck. :-)
--
Darren New, San Diego CA, USA (PST)
I ordered stamps from Zazzle that read "Place Stamp Here".
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Darren New wrote:
> I asked an exchange professor from Greece once, and he said they use the
> same capital-sigma notation for summation and delta-for-change and such
> that we use in America, except all their variables are also greek
> letters. *That* must suck. :-)
Heh. Mathematics, not content with featuring a zoo of custom symbols
ranging from "+" and "/" right up to those weird curly arrows, *also*
uses letters from at least the Latin, Greek and Hebrew alphabets. All at
once!
Sqrt(-1) = i [So that's Latin.]
Exp(1) = e [Latin again - except when people use Epsilon instead...]
Asin(1) = pi [Definitely Greek.]
|Z| = Alpha0 [So Hebrew then - with Arabic subscripts just for good
measure.]
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Invisible wrote:
> |Z| = Alpha0 [So Hebrew then - with Arabic subscripts just for good
> measure.]
...assuming you can SPELL. >_<
The cardinality of the set of integers is of course Aleph-null.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Invisible <voi### [at] devnull> wrote:
> And then of course, people will write "log x". Wanna take a guess which
> base that is? Now, sometimes it actually doesn't matter which base. And
> if it does, it *probably* means the natural logarithm. Probably...
IIRC, 'log x' with no base usually means base 10, and 'ln x' is the natural log.
But, as you say, depends what the local conventions are.
> Hell, I've seen formulas where pi does *not* refer to the well-known
> transcendental number!
Now that's just careless.
> Doomed, DOOMED, WE'RE ALL DOOMED! >_<
Eat more pi.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 16 Nov 2009 17:12:29 +0100, Darren New <dne### [at] sanrrcom> wrote:
>
> Which just goes to show the problem I have with 90% of all matehmatical
> notation. It's so utterly inconsistent that even something like
> (f(f(x))) is ambiguous.
Although I understand (and to some extent agree with) the point you are
trying to make, (f(f(x))) is not ambiguous in mathematical notation. The
problems come when you remove parentheses or interpret them in a
non-standard manner. Wolfram Alpha does those things because mathematical
notation does not translate easily into ASCII.
--
FE
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Fredrik Eriksson" <fe79}--at--{yahoo}--dot--{com> wrote:
> Basic high-school level math. I am slightly surprised that you did not
> know it, though I am not in the least surprised that you did not bother to
> google for it.
They teach derivatives at high school?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 16 Nov 2009 18:22:34 +0100, Nicolas Alvarez
<nic### [at] gmailcom> wrote:
>
> They teach derivatives at high school?
They did at my high school, though possibly not to all students. I do not
recall which course introduced derivatives, but there were 5 math courses
in total, and only those studying natural sciences or technology took all
five. Most only took the first two.
--
FE
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 16-11-2009 17:15, Invisible wrote:
> Darren New wrote:
>
>> Which just goes to show the problem I have with 90% of all
>> matehmatical notation. It's so utterly inconsistent that even
>> something like (f(f(x))) is ambiguous.
>
> Several millennia of mathematical discoveries, all made by different
> people in different places, and apparently several of them discovered
> the same or similar things, but gave them different names - or gave them
> names which clash with existing but inrelated things they didn't know
> about.
>
> Just for giggles: how many meanings can you find for "normal"?
>
> There's the normal distribution, normal vectors, a normed space...
Wednesday I have again an opportunity to give my talk on deriving
programs from specifications. One of the things I mention is that the
humble '=' has at least five and possibly more meanings depending on
context, interpretation, and the type op the object that it is applied
to*. And I will not even mention that the general use is inconsistent in
the context of A=B+C where A,B,and C are matrices. Here '+' is
pointwise, while '=' has an implicit summation**. As far as I know there
is not even an generally accepted symbol to express pointwise equality.
I know of people that try the opposite and make the summation explicit,
but that breaks most of other mathematical uses.
* equivalence, equality, definition, EXNOR, assignment and perhaps one
or more that don't have names. The type plays a role in A=B=C which is
OK if they are all booleans (or A or C is) but not if they are all
integers. In A=5 it can be an expression of equality, if A was undefined
it can be a binding/assignment, but it can also be a boolean that is
false everywhere except at 5.
** See also the concept of '=' in OO languages. Are two objects the same
if all fields are the same?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |