About: Reverse Polish notation     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FReverse_Polish_notation&graph=http%3A%2F%2Fdbpedia.org&graph=http%3A%2F%2Fdbpedia.org

Reverse Polish notation (RPN), also known as reverse Łukasiewicz notation, Polish postfix notation or simply postfix notation, is a mathematical notation in which operators follow their operands, in contrast to Polish notation (PN), in which operators precede their operands. It does not need any parentheses as long as each operator has a fixed number of operands. The description "Polish" refers to the nationality of logician Jan Łukasiewicz, who invented Polish notation in 1924.

AttributesValues
rdf:type
rdfs:label
  • Notació polonesa inversa (ca)
  • Postfixová notace (cs)
  • Umgekehrte polnische Notation (de)
  • Inversa pola notacio (eo)
  • Notación polaca inversa (es)
  • Alderantzizko poloniar notazio (eu)
  • Notation polonaise inverse (fr)
  • Notazione polacca inversa (it)
  • 逆ポーランド記法 (ja)
  • 역폴란드 표기법 (ko)
  • Reverse Polish notation (en)
  • Notação polonesa inversa (pt)
  • Odwrotna notacja polska (pl)
  • Обратная польская запись (ru)
  • Omvänd polsk notation (sv)
  • Польський інверсний запис (uk)
  • 逆波兰表示法 (zh)
rdfs:comment
  • Inversa pola notacio estas notacio de la matematikaj operacioj, kreita de . Ĉi tiu sistemo estas inverso de la pola notacio - la operatoro lokiĝas malantaŭ argumentoj (postmeta notacio), per ekzemplo: 6 3 + 2 * signifas (6 + 3) * 2 en klasika notacio aŭ + 6 3 * 2 en pola notacio. Inversa pola notacio estas uzata inter aliaj en HP programeblaj kalkuliloj kaj en Forth programlingvo. (eo)
  • Matematikan, alderantzizko poloniar notazioa, atzizki notazioa, idazkera poloniar alderantzizkoa edo postfixu bidezko notazioa datuak sartzeko metodo aljebraiko alternatibo bat da. Notazio mota hori australiar filosofoak eta informatikako zientzialariak sortu zuen 1950. urtean. Poloniar notaziotik eratorria da, zeina Jan Łukasiewicz poloniar matematikariak sortu zuen 1920aren inguruan. Poloniar notazioan bezala ez da adierazi behar parentesirik ezta beste mugatzailerik ere aurrena egin behar diren kalkuluak adierazteko, hala ere ez dago anbiguotasunik ebazte ordenaren gainean. Eragileak zenbakizko balio elkartuen atzetik joan behar dira. (eu)
  • La notation polonaise inverse (NPI) (en anglais RPN pour Reverse Polish Notation), également connue sous le nom de notation post-fixée, permet d'écrire de façon non ambiguë les formules arithmétiques sans utiliser de parenthèses. Dérivée de la notation polonaise présentée en 1924 par le mathématicien polonais Jan Łukasiewicz, elle s’en différencie par l’ordre des termes, les opérandes y étant présentés avant les opérateurs et non l’inverse. Par exemple, l’expression « 3 × (4 + 7) » peut s'écrire en NPI sous la forme « 4 {Ent} 7 + 3 × », ou encore sous la forme « 3 {Ent} 4 {Ent} 7 + × ». (fr)
  • 逆ポーランド記法(ぎゃくポーランドきほう、英語: Reverse Polish Notation, RPN)は、数式やプログラムの記法の一種。演算子を被演算子の後にすることから、後置記法 (Postfix Notation) とも言う。 その他の記法として、演算子を被演算子の中間に記述する中置記法、前に記述する前置記法(ポーランド記法)がある。名称の由来は、演算子と被演算子の順序がポーランド記法の逆になっていることによる。 (ja)
  • 역폴란드 표기법(RPN, reverse Polish notation) 또는 후위 표기법(후치 표기법)(後位 -, postfix notation)은 연산자를 연산 대상의 뒤에 쓰는 연산 표기법이다. 예를 들어, 중위 표기법에서 "1 + 2"와 같은 의미를 지니는 식은 역폴란드 표기법으로는 1 2 + 가 된다. 또한, (2 + 3) * 4를 역폴란드 표기법으로 쓰면 다음과 같다. 2 3 + 4 * (ko)
  • Обра́тная по́льская за́пись (англ. Reverse Polish notation, RPN) — форма записи математических и логических выражений, в которой операнды расположены перед знаками операций. Также именуется как обратная бесскобочная запись, постфиксная нотация, бесскобочная символика Лукасевича, польская инверсная запись, ПОЛИЗ. Стековой машиной называется алгоритм, проводящий вычисления по обратной польской записи (см. ниже ). (ru)
  • Зворо́тний по́льський за́пис (зворотний бездужковий запис, постфіксна нотація, польський інверсний запис (ПОЛІЗ), англ. RPN — Reverse Polish Notation) — форма запису математичних виразів, в якій знаки операцій розташовано після операндів. Розташування знаків операцій перед операндами використовує польська нотація. (uk)
  • Omvänd polsk notation (RPN, eng. Reverse Polish notation) är en metod, som gör det möjligt att skriva aritmetiska uttryck utan att använda parenteser. Notationen, som skapades av den polske logikern Jan Łukasiewicz, kallas även för postfixnotation eftersom operatorn skrivs efter operanderna. Polsk notation är på motsvarande sätt en prefixnotation, där operatorn skrivs före operanderna. Av dessa två beteckningssätt är omvänd polsk notation det mest använda. Metoden används vid beräkningar med miniräknare och datorer, där en så kallad stack finns implementerad. (sv)
  • 逆波兰表示法(Reverse Polish notation,RPN,或逆波兰记法),是一种是由波兰数学家扬·武卡谢维奇1920年引入的数学表达式形式,在逆波兰记法中,所有操作符置于操作数的后面,因此也被称为后缀表示法、後序表示法。逆波兰记法不需要括号来标识操作符的优先级。 逆波兰结构由(Friedrich L. Bauer)和艾兹格·迪科斯彻在1960年代早期提议用于表达式求值,以利用堆栈结构减少计算机内存访问。逆波兰记法和相应的算法由澳大利亚哲学家、计算机学家(Charles Hamblin)在1960年代中期扩充。 在1960和1970年代,逆波兰记法广泛地被用于台式计算器,因此也在普通公众(如工程、商业和金融等领域)中使用。 下面大部分是关于二元运算,一个一元运算使用逆波兰记法的例子是阶乘的记法。 (zh)
  • La notació polonesa inversa (RPN en anglès, Reverse Polish Notation) o notació postfix és un mètode d'introducció de dades alternatiu a l'algebraic. Va ser creat pel filòsof i científic de la computació australià Charles Leonard Hamblin a mitjans dels anys 1950. Deriva de la notació polonesa inventada pel matemàtic polonès Jan Lukasiewicz. A la dècada dels 60 aquest mètode va ser introduït als ordinadors. Posteriorment, Hewlett-Packard (HP) el va aplicar per primera vegada a la calculadora de sobretaula HP-9100A el 1968. (ca)
  • Postfixová notace (též reverzní polská notace, zkráceně jako RPN) je způsob zápisu matematického výrazu, kde operátor následuje své operandy, přičemž je odstraněna nutnost používat závorky (priorita operátorů se vyjadřuje samotným zápisem výrazu). Vytvořil ji australský filozof a počítačový vědec v polovině padesátých let. Oblíbená je při implementaci vyhodnocování výrazů, například při programování překladače nebo interpretu pro různé programovací jazyky. (cs)
  • Die umgekehrte polnische Notation (UPN) oder reverse polnische Notation englisch reverse Polish notation (kurz RPN), auch Postfixnotation genannt, ist eine von der polnischen Notation abgeleitete Schreibweise bzw. Eingabelogik für die Anwendung von Operationen. Bei der umgekehrten polnischen Notation werden zunächst die Operanden niedergeschrieben bzw. eingegeben und danach der darauf anzuwendende Operator. (de)
  • La notación polaca inversa, notación de postfijo, o notación posfija (en inglés, Reverse Polish Notation, o RPN), es un método algebraico alternativo de introducción de datos. Su nombre viene por analogía con la relacionada notación polaca, una notación de prefijo introducida en 1920 por el matemático polaco Jan Łukasiewicz en donde cada operador está antes de sus operandos. En la notación polaca inversa es al revés: primero están los operandos y después viene el operador que va a realizar los cálculos sobre ellos. Tanto la notación polaca como la notación polaca inversa no necesitan usar paréntesis para indicar el orden de las operaciones, mientras la aridad del operador sea fija. (es)
  • Reverse Polish notation (RPN), also known as reverse Łukasiewicz notation, Polish postfix notation or simply postfix notation, is a mathematical notation in which operators follow their operands, in contrast to Polish notation (PN), in which operators precede their operands. It does not need any parentheses as long as each operator has a fixed number of operands. The description "Polish" refers to the nationality of logician Jan Łukasiewicz, who invented Polish notation in 1924. (en)
  • La notazione polacca inversa (in inglese reverse polish notation o semplicemente RPN) è una sintassi utilizzata per le formule matematiche. Fu inventata dall'australiano , filosofo ed esperto di computer, e fu così chiamata per analogia con la notazione polacca, inventata da Łukasiewicz. Nella notazione polacca inversa, detta anche notazione postfissa in contrasto con la normale notazione infissa, prima si inseriscono gli operandi e poi gli operatori: un esempio di RPN è 3 2 + che equivale al classico 3+2, oppure 10 2 / che fornisce 5. Un esempio: 5 + (10 * 2) → 5 10 2 * + (it)
  • Odwrotna notacja polska (ONP, ang. reverse Polish notation, RPN) – sposób zapisu wyrażeń arytmetycznych, w którym znak wykonywanej operacji umieszczony jest po operandach (zapis postfiksowy), a nie pomiędzy nimi jak w konwencjonalnym zapisie algebraicznym (zapis infiksowy) lub przed operandami jak w zwykłej notacji polskiej (zapis prefiksowy). Zapis ten pozwala na całkowitą rezygnację z użycia nawiasów w wyrażeniach, jako że jednoznacznie określa kolejność wykonywanych działań. (pl)
  • Notação Polonesa Inversa (ou RPN na sigla em inglês, de Reverse Polish Notation), também conhecida como notação pós-fixada, foi inventada pelo filósofo e cientista da computação australiano Charles Hamblin em meados dos anos 1950, para habilitar armazenamento de memória de endereço zero. Ela deriva da notação polonesa, introduzida em 1920 pelo matemático polonês Jan Łukasiewicz. (Daí o nome sugerido de notação Zciweisakul.) Hamblin apresentou seu trabalho numa conferência em Junho de 1957, e o publicou em 1957 e 1962. Esta notação ganhou ampla notoriedade ao ser adotada pelas calculadoras HP. (pt)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/Hewlett-Packard_No_Equals_hat.jpg
  • http://commons.wikimedia.org/wiki/Special:FilePath/Postfix-dia.svg
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (62 GB total memory, 60 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software