Re: Keyboard layout and fonts for NetBSD-9/X11R7

2020-04-28 Thread Otto Diesenbacher-Reinmüller
Hi Alexander, I am rather new to APL and had similar issues. There are various paths to get APL symbols running. I didn't want to spend a modifier key (CTRL/META/SUPER/...) for apl. So I went the path to utilize .XCompose, see attached example. So I press f.e. '.'(period) and than follow with '$'

Re: Keyboard layout and fonts for NetBSD-9/X11R7

2020-04-28 Thread Alexander Shendi (Web.DE)
Hi Blake, hi Jin, I'm afraid this assumes that the X server already has an idea of what an APL layout would look like, in which case "setxkbmap us,apl" should also work. Unfortunately this is apparently not the case with my setup. The man page for xkeyboard-config(7) does not mention an apl lay

Re: Keyboard layout and fonts for NetBSD-9/X11R7

2020-04-28 Thread Xiao-Yong Jin
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/x11/xkeyboard-config/PLIST?rev=1.20&content-type=text/x-cvsweb-markup > On Apr 28, 2020, at 3:24 AM, Alexander Shendi (Web.DE) > wrote: > > Hi Blake, hi Jin, > > I'm afraid this assumes that the X server already has an idea of what an APL > layout w

Re: Keyboard layout and fonts for NetBSD-9/X11R7

2020-04-28 Thread Dr . Jürgen Sauermann
Hi Alexander, keyboard layouts are a moving target. When I started GNU APL I used xmodmap which was the most reasonable way to do it at that time. At some point in time (after a system upgrade from Mint 18 to Mint 19) xmodmap stopped workin

Re: Keyboard layout and fonts for NetBSD-9/X11R7

2020-04-28 Thread Elias Mårtenson
I'd suggest taking look at the Emacs mode. It will only provide the ability to enter APL symbols in Emacs but that's usually acceptable. It does allow you to avoid messing with X keymaps. Regards, Elias On Tue, 28 Apr 2020, 07:00 Alexander Shendi (Web.DE), < alexander.she...@web.de> wrote: > De

Linear Algebra assistance

2020-04-28 Thread Rowan Cannaday
Is anybody familiar with the QR algorithm, or the notation used in Golub & Van Loan's book "Matrix Computations"? I am working my way towards building an APL linear algebra toolkit, and am having trouble deciphering what some of the steps signify. Any other communities that might be able to assis

Re: Linear Algebra assistance

2020-04-28 Thread Ala'a Mohammad
Hi, This may be related: https://www.dyalog.com/blog/2015/01/cholesky-decomposition/ HiH. Regards, Ala'a On Wed, Apr 29, 2020 at 12:24 AM Rowan Cannaday wrote: > Is anybody familiar with the QR algorithm, or the notation used in Golub & > Van Loan's book "Matrix Computations"? > > I am worki

Re: Linear Algebra assistance

2020-04-28 Thread Rowan Cannaday
Thank you. The Cholesky decomposition is related but not what I'm implementing at the moment. However this will likely be useful in the future. Even the name "QR algorithm" seems to be something of a misnomer. From the wikipedia page: " in the modern implicit version of the procedure no QR decomp

Re: Linear Algebra assistance

2020-04-28 Thread Ala'a Mohammad
Hi, I assumed that same technique can be used for QR algorithm. check the algorithm section. Regards, Ala'a On Wed, Apr 29, 2020 at 12:54 AM Rowan Cannaday wrote: > Thank you. The Cholesky decomposition is related but not what I'm > implementing at the moment. However this will likely be usef

Re: Linear Algebra assistance

2020-04-28 Thread Rowan Cannaday
I believe I've figured out what was confusing me. The notation used in Golub/Van Loan is referred to as "block matrix notation". If only there was some sort of... universal math notation that didn't rely on per-topic experience and context clues... ;) - Rowan On Tue, Apr 28, 2020 at 9:04 PM Ala'

Re: Linear Algebra assistance

2020-04-28 Thread Rowan Cannaday
It looks like the Cholesky decomposition article uses block matrix notation, so it looks like it will be useful, just not for the reason I was expecting. Thank you Ala'a. - Rowan On Wed, Apr 29, 2020 at 2:24 AM Rowan Cannaday wrote: > I believe I've figured out what was confusing me. The notati