Carl Love

Carl Love

28070 Reputation

25 Badges

13 years, 37 days
Himself
Wayland, Massachusetts, United States
My name was formerly Carl Devore.

MaplePrimes Activity


These are replies submitted by Carl Love

@acer

Also, you made explicit the implied multiplication "3 y" in the definition of f.

@mohitgupta1993 

Your partial derivative symbol is being treated as a variable in its own right rather than as an operator. I don't know why. But you can get around this problem by explicitly typing diff rather than relying on menus and palettes. For example, diff(W(x,y), x, x).

@Markiyan Hirnyk 

It's utterly obvious if you read showstat(Matrix)! But I'll humor you anyway.

P:= proc(n::posint)
     to n do
          rtable(1..2, 1..2, storage= triangular[lower], subtype= Matrix)
     end do
end proc:

Q:= proc(n::posint)
     to n do
          Matrix(2, shape= triangular[lower])
     end do
end proc:

CodeTools:-Usage(P(100000)):

memory used=16.79MiB, alloc change=0 bytes, cpu time=187.00ms, real time=199.00ms

CodeTools:-Usage(Q(100000)):

memory used=0.58GiB, alloc change=32.00MiB, cpu time=8.75s, real time=8.86s

@zense 

Kitonum's Answer shows exactly what he wrote to create the plot. The lines in boldface are the literal code.

@McParr 

The normal distribution's CDF is not an elementary function and is usually expressed in terms of erf. What representation were you hoping for? 

@ncncnc23

My advice was intended for when was created via output= plot, as it was before. But you've changed that to output= sequence.

@ncncnc23 

It seems to me like that would be a rather crowded plot. But if that's what you want, simply do

plots:-display(A); 

 

Speaking of tag management, I think that users with global editing powers should be able to remove garbage (i.e., nonspecific) tags from the tag database. The one that irks me the most is "query," but there are numerous others. 

@ncncnc23

To see the 34th plot, for example, just enter 

A[34]; 

If you decide on some format that you would like to use to see all the plots at once (such as animation or a tableau), then we can work on that.

@Bryon 

For Posts and Questions I see the number of votes and the star but not the thumbs up. For Answers I see none of the three. I am using Android 4.4.2 on a Samsung Galaxy 5s.This is manifest in both Chrome and the AT&T browser.

Also, the option to vote on posts, questions, and answers is missing. 

I believe that what you want is the exponential distribution. 

Are you looking for an exact representation or a floating-point approximation?

@taro No, applyrule is definitely not powsubs.

@stddwrc Perhaps you could give us the original statement of the problem? It still makes no sense to me for the integration variables to be q, w, and e.

First 519 520 521 522 523 524 525 Last Page 521 of 709