Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ノード i のセットがあり、エイリアス (i,j) を作成しました。これで、 i要素をjに明確にマップするパラメーター c(i,j) ができました。例えば、 set i /a,b,c/ ; alias (i,j) ; c(i,j) /#i.#j/ ;
set i /a,b,c/ ; alias (i,j) ; c(i,j) /#i.#j/ ;
ドット演算子は、aa、bb、cc など、含めたくないすべての要素をマップします。ab、ac、bc のみが考慮されるような条件を作成するにはどうすればよいですか?
ありがとう