File:PascalForDecimalRoots.svg

This file is translated using SVG <switch> elements. All translations are stored in the same file! Learn more.

For most Wikipedia projects, you can embed the file normally (without a lang parameter). The Wikipedia will use its language if the SVG file supports that language. For example, the German Wikipedia will use German if the SVG file has German. To embed this file in a particular language use the lang parameter with the appropriate language code, e.g. [[File:PascalForDecimalRoots.svg|lang=en]] for the English version. Do not specify a lang parameter if it is not needed. The parameter may prevent the use of a subsequent translation.

To translate the text into your language, you can use the SVG Translate tool. Alternatively, you can download the file to your computer, add your translations using whatever software you're familiar with, and re-upload it with the same name. You will find help in Graphics Lab if you're not sure how to do this.

Category:Translation possible - SVG (switch)

Summary

Description
English: Pascal's Triangle with highlighting. For use with Digit-by-digit calculation of principal roots of decimal (base 10) numbers.
Bahasa Indonesia: Segitiga Pascal dengan sorotan.
Date
Source

Own work

Author Jiaminglimjm
SVG development
InfoField
 
The SVG code is valid.
Category:Valid SVG created with Text Editor:Trigonometry
 
This trigonometry was created with a text editor.
 
Category:Translation possible - SVG (switch)This trigonometry is translated using SVG switch elements: all translations are stored in the same file.
Source code
InfoField

SVG code

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="120">
<defs>
<filter x="0" y="0" width="1" height="1" id="solid">
  <feFlood flood-color="yellow" result="bg" />
  <feMerge>
    <feMergeNode in="bg"/>
    <feMergeNode in="SourceGraphic"/>
  </feMerge>
</filter>
</defs>
<g font-size="12" font-family="Monospace">
<switch transform="translate(40,16)" text-anchor="middle">
    <text systemLanguage="en">Rows</text>
    <text systemLanguage="id">Baris</text>
    <text systemLanguage="ms">Baris</text>
    <text>Rows</text>
</switch>
<text x="40" y="32" text-anchor="middle">0</text>
<text x="40" y="48" text-anchor="middle">1</text>
<text x="40" y="64" text-anchor="middle">2</text>
<text x="40" y="80" text-anchor="middle">3</text>
<text x="40" y="96" text-anchor="middle">4</text>
<text x="40" y="112" text-anchor="middle">5</text>
<switch transform="translate(150,16)" text-anchor="middle">
    <text systemLanguage="en">Values</text>
    <text systemLanguage="id">Nilai</text>
    <text systemLanguage="ms">Nilai</text>
    <text>Values</text>
</switch>
<text x="150" y="32" text-anchor="middle">1</text>
<text x="150" y="48" text-anchor="middle" xml:space="preserve">1   1</text>
<text x="150" y="64" text-anchor="middle" xml:space="preserve">1   2   1</text>
<text x="150" y="80" text-anchor="middle" xml:space="preserve">1   3   3   1</text>
<text x="150" y="96" text-anchor="middle" xml:space="preserve">1                </text>
<text x="120" y="96" text-anchor="middle" xml:space="preserve" filter="url(#solid)">(4)</text>
<text x="170" y="96" text-anchor="middle" xml:space="preserve">  6   4   1</text>
<text x="150" y="112" text-anchor="middle" xml:space="preserve">1   5  10  10   5   1</text>
</g>
</svg>

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#PascalForDecimalRoots.svg
Category:Self-published work Category:Images which should use wikitable#PascalForDecimalRoots.svg Category:Convert to TXT#PascalForDecimalRoots.svg Category:Power and root functions Category:Pascal's triangle
Category:CC-Zero Category:Convert to TXT Category:Images which should use wikitable Category:Pascal's triangle Category:Power and root functions Category:Self-published work Category:Translation possible - SVG (switch) Category:Valid SVG created with Text Editor:Trigonometry