|
From: Stavros M. <mac...@us...> - 2026-07-10 18:00:26
|
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.
~~~
tex('integrate(f(t),t,0,qq)*y) =>
$$\left(\int_{0}^{{\it qq}}{f\left(t\right)\;dt}\right)\,y$$
~~~
---
**[bugs:#4811] why display overwrites the dt in y2\(x\)\*integrate\( ..,,t,0,x\) with y1 or is it expected to ?**
**Status:** open
**Group:** None
**Created:** Tue Jul 07, 2026 12:40 PM UTC by dan hayes
**Last Updated:** Fri Jul 10, 2026 04:06 PM UTC
**Owner:** nobody
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 ?
---
Sent from sourceforge.net because max...@li... is subscribed to https://sourceforge.net/p/maxima/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/maxima/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |