From: Marc-Andre Lafortune Date: 2009-10-25T07:36:23+09:00 Subject: [ruby-core:26285] [Feature #2266] Matrix and Complex Feature #2266: Matrix and Complex http://redmine.ruby-lang.org/issues/show/2266 Author: Marc-Andre Lafortune Status: Open, Priority: Normal Assigned to: Keiju Ishitsuka, Category: lib Now that Ruby 1.9 has Complex as a builtin type, it would be interesting if Matrix provided the following instance methods: #conj, alias conjugate #imag, alias imaginary #real, #real?, #rect, alias rectangular Corresponding patch attached. This patch could also be part of mathn in the ruby 1.8 branch. ---------------------------------------- http://redmine.ruby-lang.org