soechristian

45 Reputation

5 Badges

15 years, 281 days

MaplePrimes Activity


These are questions asked by soechristian

Dear MaplePrimes,

 

I have a problem findning an explicit solution to an equation solve((P[h]-tau[h])*q[hf] = (P[f]-tau[f])*q[fh], [lambda[h]])]. Is you can see from my syntax, I have assumed a RealDomain and also that all parameters including the varialbe I'm solving for lambda[h] are positive, and also that lambda[h] is between 0 and 1. This is my syntax:

 

test := `assuming`([RealDomain:-solve((P[h]-tau[h])*q[hf] = (P[f]-tau[f...

Dear Mapleprimes,

 

I need to plot a graph for different values of a specific parameter, sigma. It would be great if I could plot them in two separate coordinate systems right next to each other, such that I can copy paste them into my article. Could anyone help me with that?

 

Cheers,

 

C

Dear Mapleprimes,

 

I have a problem with a graph. I need to plot the following:

 

plot({1/(1-x)}, x=0..2, y=0..4);

 

But I don't want the vertical line at x=1. How do I get rid of it?

 

Cheers,

 

Christian

How do you make a straight line defined over an x interval?

Dear Maple Primes

 

I need to plot two functions but I need one of them to only be defined over a certain range. Here's the example:

 

1 2 3 4 Page 2 of 4