C_R

3527 Reputation

21 Badges

6 years, 53 days

MaplePrimes Activity


These are replies submitted by C_R

@grompvevo 

I do not get the error with Maple 2024.1. Which version of Maple do you use?

I would be interested in the invariant you intend to use to test solutions. The invariant could be used to test the symbolic solution below as well

pdsolve({pde, v(a, t) = 0, v(b, t) = 0, v(x, 0) = f(x + 5), D[2](v)(x, 0) = -eval(diff(f(x), x), x = x + 5)})

You could of course use this solution, which is independed from any physical context, for tests as well.

@Christopher2222 

Correct. Probes could be a way to plot variables over time. However:

Probes connect to ports of components. In the case of  a sphere contact only two variables are exportet: dummy (which gives an error) and R which is the radius of the sphere.

But probes are only for plotting. If forces are used for computations within the model (e.g. for a controller) they must be  measured. For such purposes special measuring componets are available but they are not compatible with the ports of a contact element.

The model tree provides an overwelming number of parameters and variables for a contact element but I have not clue how to access this programatically (and what these parameters and variables stand for).

 

@imparter 

Not that I know. I tried a few things using right click.

@acer Got it. Thank you!

I had the idea to plot an array inside an array that contains the caption. plots:-display does not allow this.
The best I can think of in keeping a caption and a plot array together is using a table.

Is that an option for you?


Unfortuneately such a table cannot be exported as jpg.

Looks like that you ask for a missing feature.

plot_array_with_caption.mw

@acer 

This makes sense but I still don't fully understand why in my document, after entering the second time Digits:=30, "is" did not remember the former result with Digits:=10?

@GFY 

You forgot to call libraries and the Eigenvalues were complex. See:

equation915_debug2.mw

@Carl Love 

A use case in plot without workaround is zooming, panning and switching between these mode. In plot3d this is be switching the manipulator.

@one man 

Yes, I don't know of any translator who translates a scientific text (containing mathematical expressions) with the required exactness.

If you can recommend one, I would give it a try on a publication that preferably also contains contextual information. There is story behind every invention/development.

@GFY 

I still get an error. That's where I stopped debugging: equation915_debug.mw

@one man 

Unfortunately, I cannot read russian.

My primary interest is to find a place for this method on the map of root finding. I assume that there are many root finding methods (starting with Newton) that use gradients. (Or the classification root finding is not appropriate. After all, as a curious math amateur I cannot decide.)

Often, if something is usefull (and I think it is), there are more than one inventors/developers that came up with the same approach. In this case either Draghilev has never made it on the radar of a math historian who could tell us who was first, or there are alternative methods providing same results which are as easy to use for a particular class of problems.

I asked LLM's about a mathematician called Draghilev but did not get an answer. It seems that he was not well reflected in training data sets. If the method is mentionned in literature there must have been reasons to publish. What was the motivation behind? In which context did the method emerge and why is it not more widely known? Could it be that Draghilev is not a person? What is the connection to a certain A.B. Ivanov?
 

You might as well be interested in the answers I got here

Same error with Maple 2021 to Maple 2023. Maple 2020 cannot compute the series to perfom the test.

@rlopez 

After reading your reply, I started Maple 2021 and 2020. This morning, Maple 2020 stil displays submenus while Maple 2021 does not. Something must have changed with the transition from Oracle to Eclipse Java IDE.

I remember that I didn't like the GUI change because menu entries were not bold anymore and occupied more screen space (, which is a drawback when working with a notebook screen). At the time, I assumed that this layout change was done to facilitate touch screen operation.

Other "glitches" like not appearing toolbars have been already discussed in this forum and fixes were made. However, I have not heard of reports of these Eclipse glitches (still a hypothesis) occuring together.

I am still looking for feedback from Linux and Apple users. Is this a Windows only effect? We are clearly dealing here with a combined effect which makes the identification of the root cause/combination difficult.

By the way: the not appearing plot tool bar is really limiting the use of Maple because there is no workaround.

Annother suspicion: I have the impression that the programm that was launched first recovers earlier. (I have currently 8 instances of javaw.exe running and recovery is difficult to monitor while working)

 

 

@Christopher2222 @sija 

If you zoom in (which works excellent because Maple redraws the plot) there is a moment when a second contact (should) happen. This is not the case and two intersection points can be seen.

For the given curvatures it now happens that these "contacts" merge together at the next frame and then separate again. Now the contact of the ellipse to the curve is on the outside of the curve. A modified algorithm that prevents penetration of one contour into the other would show the bouncing Christopher expected.

 

First 17 18 19 20 21 22 23 Last Page 19 of 69