From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119907 invoked by alias); 1 Mar 2019 22:04:20 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 119896 invoked by uid 89); 1 Mar 2019 22:04:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy==d0=bf=d1, serving, =d0=bc=d0=b0=d1, Dmitry?= X-HELO: mail-wr1-f49.google.com Received: from mail-wr1-f49.google.com (HELO mail-wr1-f49.google.com) (209.85.221.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Mar 2019 22:04:18 +0000 Received: by mail-wr1-f49.google.com with SMTP id o17so27456207wrw.3 for ; Fri, 01 Mar 2019 14:04:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=parallel-computing-pro.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IlZV4b35Db4GDgn76dawlT7HvWJVjoshLFU/YPhC3d8=; b=JXZipHWY56zjAMfrNWeFDV5kAo/TsIDdWtHnBuvxMt6mIv5vKPtOXddT5f39w9ov5l 6xhsUmtOdwz09ZiVRG1GBlOlITnUX3FVxkjzUzHcXCKr5sWf2sw2n2/oYOu8AF87x3tE 0tshfhZcUVuS8k2Y/yw4p1itklKToi6+7hwnk85nE9DDIW9bC8QM8H2IXWkI/wc4mlQ3 y/2BosTPwzZtCgdKvavS5x9in1pQTJi4sEvHTq1m8XzpJ+d3RjGii05sGXp9lMXN8Q8x lBaxMgABv4bwY1g1qufeF+0nKXXm6IJ05XV1iAYeQJ29VmSOQSrtAyCIwr49PHCNdARv 3tZQ== MIME-Version: 1.0 References: In-Reply-To: From: Dmitry Mikushin Date: Fri, 01 Mar 2019 22:04:00 -0000 Message-ID: Subject: Re: GSoC To: Ahmed Ashraf Cc: GCC Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00008.txt.bz2 Linear equation solvers is not the scope of . There are many packages serving this particular purpose, try looking into e.g. LAPACK. Kind regards, - Dmitry. =D0=BF=D1=82, 1 =D0=BC=D0=B0=D1=80. 2019 =D0=B3. =D0=B2 23:09, Ahmed Ashraf= : > Hello, > I am Ahmed Ashraf, a first-year student at the Computer Engineering > Department, Faculty of Engineering - Cairo University in Egypt. > > In the first semester, I was asked to create a CAD as the Circuits course > project. The requirements were to simulate simple AC circuits that contain > only (independent voltage sources, independent current sources, dependent > voltage source, dependent current source, resistors, capacitors, and > inductors). > > The main problem which faced me was the math behind the code. I needed to > solve a system of equations in more than 3 variables and the equations > contain complex numbers and the results also were complex but the "math.h" > and "complex.h" were very poor and useless to my project. > > So, it's a great chance for me to participate in a project will improve > that libraries to help other people who need it to have a better experime= nt > in using them. > > I am very excited about participating with you in the project " Add new > math.h and complex.h functions as built-ins". I studied 2 courses in > programming the first was about the basics of C++ and the second was about > Object-Oriented Programming using C++. Currently, I'm studying the third > course about "Data Structures and Algorithms" also using C++ but recently= I > started to learn Python from an MIT course and "Data Structures and > Algorithms" specialization in Coursera. Participating in that will be a > very good step in my career closer to my goal. > > I also studied some courses in mathematics such that three courses in > Calculus, in different areas like "Differential Calculus", "Integral > Calculus", "Differential Equations" and " Partial Derivatives and Laplace= ". > Currently, I am studying a course on "Discrete Mathematics" and " Discrete > Mathematics" specialization in Coursera. > > I am also training on problem-solving skills constantly from online judges > such that Codeforces. > > So, is this enough to have a chance in your project? and how I can improve > my self to be qualified to participate with you before the application > deadline? > > GitHub Account >