|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #58738] symbolic defaults to unicode but octave gui terminal does not support it |
| Date: | Thu, 9 Jul 2020 09:44:33 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0 |
URL:
<https://savannah.gnu.org/bugs/?58738>
Summary: symbolic defaults to unicode but octave gui terminal
does not support it
Project: GNU Octave
Submitted by: None
Submitted on: Thu 09 Jul 2020 01:44:31 PM UTC
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: Fabio
Originator Email: fadaquihi@gmail.com
Open/Closed: Open
Release: 4.2.2
Discussion Lock: Any
Operating System: GNU/Linux
_______________________________________________________
Details:
If I run the following 3 instructions in the octave gui terminal
pkg load symbolic
syms x, xdot
x + xdot
it will confusingly display
xdot = (sym) x + x
I would expect (like with "sympref display ascii")
ans = (sym) x + xdot
or alternatively (like in octave-cli)
ans = (sym) x + ẋ
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58738>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |