From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from terminus.zytor.com ([198.137.202.10]:41661 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754987Ab3KTV2p (ORCPT ); Wed, 20 Nov 2013 16:28:45 -0500 Message-ID: <528D297C.6010707@zytor.com> Date: Wed, 20 Nov 2013 13:28:28 -0800 From: "H. Peter Anvin" MIME-Version: 1.0 To: James Plank CC: Andrea Mazzoleni , Ric Wheeler , Linux RAID Mailing List , Btrfs BTRFS , David Brown , David Smith Subject: Re: Triple parity and beyond References: <528A90B7.5010905@zytor.com> <528AA1EB.3010909@zytor.com> <528BCA2D.5010500@redhat.com> <73BEB41F-0FAC-4108-BEA9-DB6D921F6F55@cs.utk.edu> <528D0913.1070604@zytor.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 11/20/2013 12:30 PM, James Plank wrote: > Peter, I think I understand it differently. Concrete example in GF(256) for k=6, m=4: > > First, create a 3 by 6 cauchy matrix, using x_i = 2^-i, and y_i = 0 for i=0, and y_i = 2^i for other i. In this case: x = { 1, 142, 71, 173, 216, 108 } y = { 0, 2, 4). The cauchy matrix is: Sorry, I took xi and yj to mean a constant x multiplied with i and a constant y multiplied with j, rather than x_i and y_j. -hpa