help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to solve a "symbolic" system equation


From: Thomas D. Dean
Subject: Re: how to solve a "symbolic" system equation
Date: Fri, 17 Jul 2015 12:53:46 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

<snip>

I use X and xterm on Ubuntu.

Ah!  If I turn on utf8 encoding and fonts, I get the proper display.

octave:314> [c1 c2]=solve(eq1,eq2,c,d)
c1 = (sym 2×1 matrix)

  ⎡        _______    ⎤
  ⎢b + 3⋅╲╱ b + 9  + 9⎥
  ⎢                   ⎥
  ⎢        _______    ⎥
  ⎣b - 3⋅╲╱ b + 9  + 9⎦

c2 = (sym 2×1 matrix)

  ⎡    _______    ⎤
  ⎢- ╲╱ b + 9  - 3⎥
  ⎢               ⎥
  ⎢   _______     ⎥
  ⎣ ╲╱ b + 9  - 3 ⎦


Tom Dean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]