Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.2 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilabヘルプ >> Elementary Functions > symbolic > mulf

mulf

シンボリックな乗算

呼び出し手順

mulf(d, c)

引数

d, c

文字列.

説明

mulf('d', 'c')は,シンボリックな乗算を行い, 文字列 'c*d'を返します. '1*c' = 'c'のような簡単化が行われます.

mulf('1','a')
mulf('0','a')
'a'*'b'   //注意...

参照

  • rdivf — シンボリックな右除算
  • addf — シンボリックな加算
  • subf — シンボリックな減算
Report an issue
<< ldivf symbolic rdivf >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Apr 01 10:25:00 CEST 2015