Christopher2222

5785 Reputation

24 Badges

16 years, 353 days

MaplePrimes Activity


These are questions asked by Christopher2222

For some reason it always bugs me that Maple pulls a negative sign out in the solution.

eq:=c=a+b*exp(-k)

solve(eq,k)

      

The solution is correct, but one would expect it to be written like ..

        

.. after all that is a more conventional solution, isn't it? 

If I type the last equation into Maple it evaluates to

    

..again slightly unconventional but still correct.  Only if back quotes around the `c-a` are used can we achieve what we would write out on paper.  It would be nice if Maple would output the answer in a conventional manner ... at least in my opinion. 

Can we manipulate Maple to evaluate that solution into the conventional answer? 

 

Afterall, Maple is advertising it's "typsetting appears like it would appear in a textbook" and uses standard Math notation.  All I am trying to say is that if Maple advertises as a math standard could we also present solutions in the same manner? 

But not to get sidetracked from the question I posed, is there a way we can manipulate that solution into a "handwritten" convention?

I am attempting to have Maple pull out the Eurocup qualifying scores from here http://www.uefa.com/uefaeuro/qualifiers/season=2016/matches/all/index.html

It doesn't seem to grab the full page.  Doing a search on Portugal only finds the one match against Albania.  Similarily a search on England only finds the match against Switzerland.  It seems to only find one instance and I'm not sure why it doesn't Get the full page. 

Any ideas?

I'm using the command

HTTP[Get]("http://www.uefa.com/uefaeuro/qualifiers/season=2016/matches/all/index.html")

I came across this website www.fuelsonline.ca that has their price for furnace oil and Propane.  I thought it would be fairly easy using HTTP[Get] to fish out the prices, but it turns out those values on the page are images in of course a format (PNG) that cannot be read by Maple.  I don't know where that web page is pulling the prices from but it looks like web surgery with Maple will be unable to (at least not easily) wean the numbers out. 

If anyone has any ideas I would be interested in knowing.

Google translate is HTTPS.  Https protocol is not supported in the HTTP package.  I can't seem to get it to work using the Sockets package.

Any ideas?

with pointplot3d and 14,000 points when I enter symbol=point I get an empty plot.

Only when I set symbolsize=1 (a point) do I get points appearing in the graph.  Bug?

First 35 36 37 38 39 40 41 Last Page 37 of 94