Mattia Micheletta Merlin
Mattia Micheletta Merlin
Hello @limzykenneth and @jgordon510, I'd like to work on this issue. I looked at the code a bit and I have a perplexity I cannot solve myself, so I ask...
Could changing the fromAngles function from a static method to an instance method be a good solution? in my understanding if fromAngles were not a static method it would have...
i'd like to do it myself
yes of course but I'd really like to have more colour options
okay so I am adding some tests, but I encounter strange problems. For example I wanted to add: ``` @testset "linear_expansion with imaginary numbers" begin @variables x y a, b,...
also: ``` julia> @variables y z 2-element Vector{Num}: y z julia> y \ (im)z ERROR: StackOverflowError: Stacktrace: [1] copy @ ./broadcast.jl:919 [inlined] [2] materialize(bc::Base.Broadcast.Broadcasted{Base.Broadcast.DefaultArrayStyle{1}, Nothing, typeof(Symbolics.wrap), Tuple{Vector{Any}}}) @ Base.Broadcast ./broadcast.jl:872...
Yes on scalars it behaves as normal division
moved to https://github.com/JuliaSymbolics/SymbolicUtils.jl/pull/752
> Another option is double C press with [#1016](https://github.com/p0deje/Maccy/pull/1016) How does this work? double press c when the maccy menù is open? i am not able to get it working
Hello everybody, I never contributed to symbolics.jl but I started looking into this issue, what do you think of the solution i came up with? First of all the method...