build_info() or bug_report()
WxMaxima version: 26.01.0_MSW
Using wxWidgets version: wxWidgets 3.2.9
Maxima version: 5.49.0
Maxima build date: 2026-01-02 21:27:51
Host type: x86_64-w64-mingw32
System type: Win32 10.0.19041 X86-64
Lisp implementation type: SBCL
Lisp implementation version: 2.6.0
"branch_5_44_base_231_g5c411f69f",timestamp="2021-01-12 23:51:42",host="x86_64-w64-mingw32",lisp_name="SBCL",lisp_version="2.0.0",maxima_userdir="C:/Users/zmth1/maxima",maxima_tempdir="C:/Users/zmth1/AppData/Local/Temp",maxima_objdir="C:/Users/zmth1/maxima/binary/branch_5_44_base_231_g5c411f69f/sbcl/2_0_0",maxima_frontend="wxMaxima",maxima_frontend_version="20.12.2-DevelopmentSnapshot_MSW_OpenMP201511+Locks")
[kill(y1,p,x,x0,t,y2),"y2"=y2:integrate(exp(-integrate(p(s),s,x0,t))/y1(t)^2,t,x0,x)*y1(x)," dy2/dx"=dy2dx:diff(y2,x)," d^2y2/dx^2"=diff(y2,x,2)];
Why the display overwrites the dt with y1 or i mean they are written on top of each other.
Does it display the same overwriting on your computer display ? I don't want the grind output format.
Is there another way to do it using print... or whatever ?
i meant to have written y1(x).... in the title rather than y2(x),,,
This appears to be a wxMaxima bug, so please report it at https://github.com/wxMaxima-developers/wxmaxima/issues
I suggest you give them a minimal example.
If I have guessed correctly about what you're talking about, this shows the problem (see attachment):
If you want a DIY fix, here are two initial steps:
Find the name of the function that displays '%integrate objects:
Let us know what you discover.
NO you have not guessed what i am talking about. But a minimal example is instead
integrate(f(t),t,0,qq)*y;
where f(t) is unknown along with t and qq and y. I mean they have not been defined or bound . As you see y overwrites dt in the output display. NOw do you still say it is wxmaxima problem ?
but ok what you wrote may also be same display problem. Don't know why u say wxmaxima problem. i would assume maxima and wxmaxima are essentially part of the same and either problems with one or the other reported here in the same forum
wxMaxima is a separate project from Maxima, and is not "essentially part of the same".
WxMaxima uses Maxima as its computational core, but is a different codebase (in C++) hosted on a different git repo (github, not sourceforce, as I already pointed out) and has different maintainers.
There are other front ends for Maxima, each of which has its own codebase and own maintainers, some of whom may contribute to Maxima as well. For example, GNU TeXmacs, Maxima-Jupyter, Xmaxima, Imaxima, SageMath, etc.
ok now i see .wxmx has another parf like wxmaxima. A long time ago as i recall can
make a plain .wxm file or something like that without the wxmaxima part. Is that possible
or am i mistaken and/or cannot get any fancy output without also the wxmaxima part ?
This is the Maxima bug list.
As I mentioned before, this is not the right place to ask questions about WxMaxima.
I don't know anything about wxMaxima, including what files it uses.
I have no idea what the typo "parf" means.
You can get base Maxima to format expressions as TeX for "fancy" output, which you can then use however you want.
The wxMaxima developers have fixed this bug: see https://github.com/wxMaxima-developers/wxmaxima/issues/2111. Closing this ticket