janhardo

935 Reputation

13 Badges

12 years, 25 days
B. Ed math

MaplePrimes Activity


These are replies submitted by janhardo

Improved experiments, but handling pdsolve command is something different 
 heat_pde_procedure_mprimes-echte_temperaturr_16-7-2026.mw                                                   

experiment with different conditions for heated rod ( easy experiment, because there can be a lot more involved)   )


heat_pde_procedure_mprimes_16-7-2026.mw

The heat spreads across the rod over time.
Summary

Heat PDEs are classified into 1D, 2D, and 3D because heat diffusion depends on the number of spatial directions available for heat flow. A one-dimensional model is suitable for long, thin objects, a two-dimensional model describes thin surfaces, and a three-dimensional model is required for solid bodies. Mathematically, the only difference between these equations is the number of spatial second-derivative terms included. The higher the dimension, the more directions in which heat can diffuse.

Yes. The Physics package in Maple is particularly well suited for defining and manipulating tensors such as the strain-rate tensor EEE and the rotation-rate tensor Ω\OmegaΩ. It provides built-in support for indexed objects, Einstein summation, covariant and contravariant indices, tensor calculus, and partial derivatives. Therefore, it is generally preferable to using ordinary arrays or matrices when working with continuum mechanics.

@Earl 
Hello Earl , the display command ends with : (surpressing outcome),  use  ;  

@dharr 
Thanks, Ctrl J, K  and Ctrl T gives text  and Ctrl M / Ctrl R  seems to me the important key combinations for working in Maple. 
Ctrl .  gives a section , handy too.
Ctrl  Z and Ctrl  X , do and undo. 

Does it depend on the solution family of the ODE that Maple apparently chooses?

Your expectation that the ODE output always uses set notation is probably not always possible.

@acer 

"Just to be clear, that P formula represents a product of terms (and not a sequence)."?

Just to be clear, that P formula represents a product of factors (and not a sequence)

Terms are used in a sum. 
Something went wrong with the message I wrote earlier, and a sentence was left out.
So it is a correction on your earlier sentence.

@acer 
"Just to be clear, that P formula represents a product of terms (and not a sequence)."?

Terms are related to a sum.

@Alfred_F 
Earlier versions of  Maple :  Maple's start-up message, 'Command the brilliance of 1,000 mathematicians'. :-)
 

Thus, from a mathematician’s perspective, this framework is essentially a symbolic ansatz engine expressed in neural-network notation. This also explains why the method ultimately yields explicit analytical formulas, such as Equation (12), rather than a trained predictive model.

In other words, the neural-network architecture serves primarily as a structured language for generating candidate solution families, while the actual determination of the parameters is carried out analytically through algebraic constraints derived from the differential equation. The process therefore resembles symbolic computation and exact-solution techniques far more than modern machine-learning approaches based on optimization and training.

@Alfred_F 
 "It's a shame that it's not as comfortable as in Cabri."  
But Cabri is not Maple and will probably never be  , so this comparison ?

with(plots):
p := [[3,6],[1,0],[4,2],[5,1]]:
X := map2(op,1,p): Y := map2(op,2,p):
display(
    polygonplot(p, color="Honeydew", thickness=2),
    pointplot([seq(seq([i,j], i=min(X)..max(X)), j=min(Y)..max(Y))], symbol=circle),
    pointplot(p, symbol=solidcircle, color="Red"),
    symbolsize=20, scaling=constrained, axes=none
);

Probably shortest code possibly ?, that's why i posted it 

Must be something in  a fraction :  value/0  , is this in de differential equation possible?

1 2 3 4 5 6 7 Last Page 1 of 88