在C#中使用Maxima命令 [英] Using Maxima commands in C#

查看:84
本文介绍了在C#中使用Maxima命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要一些有关如何在C#中使用Maxima命令的想法

I need some ideas how to use Maxima commands in C#

推荐答案

我不确定您要使用的是什么.
假设您想要某些数字序列的最大值

List< int> f1 =新列表< int>();
int maxValue = f1.Max();
相同的
int [] f2 .....
I am not sure exactly what you are after.
Assuming you want Max value of some sequence of numbers

List<int> f1 = new List<int>();
int maxValue = f1.Max();
Same goes for
int[] f2 .....


这篇关于在C#中使用Maxima命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆